add a space

This commit is contained in:
Gavin 2023-04-06 23:50:22 +02:00 committed by Gavin King
parent 969eb9fb5a
commit a6f355a78c
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ public final class HighlightingFormatter implements Formatter {
* @param stringCode the ANSI escape code to use for highlighting SQL strings
*/
public HighlightingFormatter(String keywordCode, String stringCode, String quotedCode) {
keywordEscape =escape( keywordCode );
keywordEscape = escape( keywordCode );
stringEscape = escape( stringCode );
quotedEscape = escape( quotedCode );
normalEscape = escape( "0" );