Skip to content

Commit cde7d2e

Browse files
committed
fix formatting
1 parent ab1ea13 commit cde7d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/go/internal/vespa/slime/json_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ func TestJsonEncodeString(t *testing.T) {
189189
checkJson(t, String("\t"), true, "\"\\t\"")
190190
checkJson(t, String("\x1f"), true, "\"\\u001F\"")
191191
checkJson(t, String("\x20"), true, "\" \"")
192-
checkJson(t, String("%"), true, "\"%\"");
192+
checkJson(t, String("%"), true, "\"%\"")
193193
checkJson(t, String("bar"), false, "\"bar\"\n")
194194
}
195195

0 commit comments

Comments
 (0)