Skip to content

Commit 50517fe

Browse files
committed
fix: remove accidental ;
1 parent aac7410 commit 50517fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/supertokens/storage/postgresql/BulkImportProxyStorage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public void commitTransactionForBulkImportProxyStorage() throws StorageQueryExce
9898
if (this.connection != null) {
9999
this.connection.commitForBulkImportProxyStorage();
100100
}
101-
} catch (SQLException e) {;
101+
} catch (SQLException e) {
102102
throw new StorageQueryException(e);
103103
}
104104
}

0 commit comments

Comments
 (0)