Skip to content

Commit

Permalink
spotless...
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszkuc committed Feb 5, 2024
1 parent 5bb88d5 commit 010f2cb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ private static Stream<SDLNamedDefinition> loadDefinitions(Directive linkDirectiv
final String specLink = ((StringValue) urlArgument.getValue()).getValue();

final int federationVersion = parseFederationVersion(specLink);
for (Map.Entry<String, Integer> directiveInfo : DIRECTIVES_BY_MIN_SUPPORTED_VERSION.entrySet()) {
for (Map.Entry<String, Integer> directiveInfo :
DIRECTIVES_BY_MIN_SUPPORTED_VERSION.entrySet()) {
validateDirectiveSupport(
imports, federationVersion, directiveInfo.getKey(), directiveInfo.getValue());
}
Expand Down

0 comments on commit 010f2cb

Please sign in to comment.