Skip to content

Commit

Permalink
chore: spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
StarWishsama committed Jan 14, 2025
1 parent 825d300 commit f03ac18
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ public void shutdown() {
}

public int getDatabaseVersion() {
return executeQuery("SELECT (" + FIELD_TABLE_VERSION + ") FROM " + (tableInformationTable == null ? TABLE_NAME_TABLE_INFORMATION : tableInformationTable))
return executeQuery("SELECT (" + FIELD_TABLE_VERSION + ") FROM "
+ (tableInformationTable == null ? TABLE_NAME_TABLE_INFORMATION : tableInformationTable))
.getFirst()
.getInt(FieldKey.TABLE_VERSION);
}
Expand Down

0 comments on commit f03ac18

Please sign in to comment.