Skip to content

Commit 7c40ce2

Browse files
Remove unnecessary blank lines in Postgres class
1 parent eea59c2 commit 7c40ce2

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/Database/Adapter/Postgres.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,9 +1281,6 @@ protected function getUpsertStatement(
12811281

12821282
return "{$attribute} = {$new}";
12831283
};
1284-
1285-
1286-
12871284
if (!empty($attribute)) {
12881285
// Increment specific column by its new value in place
12891286
$updateColumns = [

0 commit comments

Comments
 (0)