Skip to content

Commit

Permalink
Revert whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jensenak committed Mar 25, 2017
1 parent 8d5661e commit 4b6934c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ func searchKeys(data []byte, keys ...string) int {
}

var stackbuf [unescapeStackBufSize]byte // stack-allocated array for allocation-free unescaping of small strings

for i < ln {
switch data[i] {
case '"':
Expand Down
1 change: 1 addition & 0 deletions parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,7 @@ func runGetTests(t *testing.T, testKind string, tests []GetTest, runner func(Get
if activeTest != "" && test.desc != activeTest {
continue
}

fmt.Println("Running:", test.desc)

value, dataType, err := runner(test)
Expand Down

0 comments on commit 4b6934c

Please sign in to comment.