Skip to content

Commit bd70c1b

Browse files
author
Jannis Pohlmann
committed
README: Fix example indentation
1 parent 8c958eb commit bd70c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ for _, conn := range subscriptions {
115115
// Errors is optional ([]error)
116116
Errors: graphqlws.ErrorsFromGraphQLErrors(result.Errors),
117117
}
118-
subscription.SendData(subscription, &data)
118+
subscription.SendData(subscription, &data)
119119
}
120120
}
121121
```

0 commit comments

Comments
 (0)