mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-03-02 07:49:23 +00:00
add a space
This commit is contained in:
parent
969eb9fb5a
commit
a6f355a78c
@ -52,7 +52,7 @@ private static String escape(String code) {
|
||||
* @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" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user