Skip to content

Commit

Permalink
fix spotless check
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojiebao committed Mar 19, 2024
1 parent fa850ca commit f86f239
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ public class TestEntityStorage {
private static final String JDBC_STORE_PATH =
"/tmp/gravitino_jdbc_entityStore_" + UUID.randomUUID().toString().replace("-", "");
private static final String DB_DIR = JDBC_STORE_PATH + "/testdb";
private static final String DDL_SCRIPT_PATH = "relational-entity-store/jdbc/h2/schema-0.5.0-h2.sql";
private static final String DDL_SCRIPT_PATH =
"relational-entity-store/jdbc/h2/schema-0.5.0-h2.sql";

static Object[] storageProvider() {
return new Object[] {Configs.DEFAULT_ENTITY_STORE, Configs.RELATIONAL_ENTITY_STORE};
Expand Down

0 comments on commit f86f239

Please sign in to comment.