Skip to content

Commit e9853e2

Browse files
chore: Formatting
1 parent 5206596 commit e9853e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/Graphiti/Query/Query.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ public final class Query<Resolver, Context>: Component<Resolver, Context> {
1818
if !typeProvider.federatedTypes.isEmpty {
1919
let federatedTypes = typeProvider.federatedTypes
2020
guard let sdl = typeProvider.federatedSDL else {
21-
throw GraphQLError(message: "If federated types are included, SDL must be provided")
21+
throw GraphQLError(
22+
message: "If federated types are included, SDL must be provided"
23+
)
2224
}
2325

2426
// Add subgraph types to provider (_Service, _Any, _Entity)

0 commit comments

Comments
 (0)