Skip to content

Commit 81dd5e2

Browse files
chore: formatting adjustment
1 parent 40bdb42 commit 81dd5e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/GraphQL/Subscription/Subscribe.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ func subscribe(
5151
return sourceFuture.map { sourceResult -> SubscriptionResult in
5252
if let sourceStream = sourceResult.stream {
5353
let subscriptionStream = sourceStream.map { eventPayload -> Future<GraphQLResult> in
54-
5554
// For each payload yielded from a subscription, map it over the normal
5655
// GraphQL `execute` function, with `payload` as the rootValue.
5756
// This implements the "MapSourceToResponseEvent" algorithm described in

0 commit comments

Comments
 (0)