[jOOQ/jOOQ#10264] Regenerated code
This commit is contained in:
parent
d6a38dbb55
commit
e4ba788abc
@ -111,7 +111,7 @@ public abstract class GeneratorWriter<W extends GeneratorWriter<W>> {
|
||||
}
|
||||
|
||||
public void tabString(String string) {
|
||||
this.tabString = string.replace("\\t", "\t");
|
||||
this.tabString = string.replace("\\t", "\t").replace("\\s", " ");
|
||||
}
|
||||
|
||||
public String newlineString() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user