Skip to content

Commit

Permalink
fixed missing space after pseudo table
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Aug 12, 2018
1 parent 096d197 commit 702a1da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/citydb/sqlbuilder/select/Select.java
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ public void print(PrintWriter writer, boolean indent) {
writer.println();

writer.print(pseudoTable);
writer.print(' ');
}

if (!predicateTokens.isEmpty()) {
Expand Down

0 comments on commit 702a1da

Please sign in to comment.