Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
havardpe committed Sep 26, 2024
1 parent ab1ea13 commit cde7d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/go/internal/vespa/slime/json_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func TestJsonEncodeString(t *testing.T) {
checkJson(t, String("\t"), true, "\"\\t\"")
checkJson(t, String("\x1f"), true, "\"\\u001F\"")
checkJson(t, String("\x20"), true, "\" \"")
checkJson(t, String("%"), true, "\"%\"");
checkJson(t, String("%"), true, "\"%\"")
checkJson(t, String("bar"), false, "\"bar\"\n")
}

Expand Down

0 comments on commit cde7d2e

Please sign in to comment.