Skip to content

Commit f22bbb6

Browse files
committed
Fix formatting
1 parent 76f681d commit f22bbb6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/test/groovy/graphql/incremental/StreamPayloadTest.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ class StreamPayloadTest extends Specification {
1717
spec == [
1818
items: null,
1919
path : null,
20-
]
20+
]
2121
}
22+
2223
def "can construct an instance using builder"() {
2324
def payload = StreamPayload.newStreamedItem()
2425
.items(["twow is that a bee"])

0 commit comments

Comments
 (0)