No effective change - remove extra whitespace

This commit is contained in:
Robin Bygrave
2016-06-23 13:39:34 +12:00
parent 11b3f7a813
commit 00e69e1b5d
@@ -126,7 +126,6 @@ public class DefaultDbSqlContext implements DbSqlContext {
sb.append(a2);
sb.append(" on ");
for (int i = 0; i < cols.length; i++) {
TableJoinColumn pair = cols[i];
if (i > 0) {
@@ -137,7 +136,6 @@ public class DefaultDbSqlContext implements DbSqlContext {
sb.append(a1).append(".").append(pair.getLocalDbColumn());
}
// add on any inheritance where clause
if (inheritance != null && !inheritance.isEmpty()) {
sb.append(" and ").append(a2).append(".").append(inheritance);