Skip to content

Commit 3bd573f

Browse files
committed
Update ConnectionServiceJooqImpl.kt
Add missing whitespace that is causing an error
1 parent 2e0a78d commit 3bd573f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte-data/src/main/kotlin/io/airbyte/data/services/impls/jooq/ConnectionServiceJooqImpl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1592,7 +1592,7 @@ class ConnectionServiceJooqImpl
15921592
""".trimIndent(),
15931593
)
15941594
if (connectionId != null) {
1595-
sql.append(" AND c.id != ?")
1595+
sql.append(" AND c.id != ? ")
15961596
}
15971597

15981598
sql.append(

0 commit comments

Comments
 (0)