Skip to content

Commit bcbd294

Browse files
committed
Fix indentation
1 parent 314b18f commit bcbd294

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spec/Section 6 -- Execution.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,11 @@ subscription _selection set_ using that event as a root value.
293293
MapSourceToResponseEvent(sourceStream, subscription, schema, variableValues):
294294

295295
- Return a new event stream {responseStream} which yields events as follows:
296-
- For each {event} on {sourceStream}:
297-
- Let {response} be the result of running
298-
{ExecuteSubscriptionEvent(subscription, schema, variableValues, event)}.
299-
- Yield an event containing {response}.
300-
- When {sourceStream} completes: complete {responseStream}.
296+
- For each {event} on {sourceStream}:
297+
- Let {response} be the result of running
298+
{ExecuteSubscriptionEvent(subscription, schema, variableValues, event)}.
299+
- Yield an event containing {response}.
300+
- When {sourceStream} completes: complete {responseStream}.
301301

302302
ExecuteSubscriptionEvent(subscription, schema, variableValues, initialValue):
303303

0 commit comments

Comments
 (0)