Skip to content

Commit

Permalink
Fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hantonelli committed May 1, 2019
1 parent 54226cd commit f30f1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler/graphql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ func TestBytesRead(t *testing.T) {
})

t.Run("read updated pointer value", func(t *testing.T) {
data:= []byte("0123456789")
data := []byte("0123456789")
pointer := &data
r := bytesReader{s: pointer}
data[2] = []byte("9")[0]
Expand Down

0 comments on commit f30f1c3

Please sign in to comment.