Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Jan 19, 2025
1 parent ff47d66 commit c3ab5ab
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,6 @@ static boolean noneEscaped(long v, long quote) {
&& ((v ^ 0xA3A3A3A3A3A3A3A3L) + 0x0101010101010101L & 0x8080808080808080L) == 0x8080808080808080L; // != '\\'
}


protected final void writeStringLatin1BrowserSecure(byte[] values) {
boolean escape = false;

Expand Down

0 comments on commit c3ab5ab

Please sign in to comment.