Skip to content

Commit 4b6934c

Browse files
committed
Revert whitespace changes
1 parent 8d5661e commit 4b6934c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

parser.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ func searchKeys(data []byte, keys ...string) int {
122122
}
123123

124124
var stackbuf [unescapeStackBufSize]byte // stack-allocated array for allocation-free unescaping of small strings
125+
125126
for i < ln {
126127
switch data[i] {
127128
case '"':

parser_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,7 @@ func runGetTests(t *testing.T, testKind string, tests []GetTest, runner func(Get
632632
if activeTest != "" && test.desc != activeTest {
633633
continue
634634
}
635+
635636
fmt.Println("Running:", test.desc)
636637

637638
value, dataType, err := runner(test)

0 commit comments

Comments
 (0)