Skip to content

Commit e808954

Browse files
committed
Format code
1 parent 33879fd commit e808954

File tree

1 file changed

+3
-3
lines changed
  • doma-spring-boot-autoconfigure/src/main/java/org/seasar/doma/boot/autoconfigure

1 file changed

+3
-3
lines changed

doma-spring-boot-autoconfigure/src/main/java/org/seasar/doma/boot/autoconfigure/DomaProperties.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ public void setExceptionTranslationEnabled(boolean exceptionTranslationEnabled)
9090

9191
public static enum DialectType {
9292
STANDARD(StandardDialect::new), SQLITE(SqliteDialect::new), DB2(Db2Dialect::new), MSSQL(
93-
MssqlDialect::new), MSSQL2008(Mssql2008Dialect::new), MYSQL(MysqlDialect::new), POSTGRES(
94-
PostgresDialect::new), ORACLE(OracleDialect::new), H2(H2Dialect::new), HSQL(
95-
HsqldbDialect::new);
93+
MssqlDialect::new), MSSQL2008(Mssql2008Dialect::new), MYSQL(
94+
MysqlDialect::new), POSTGRES(PostgresDialect::new), ORACLE(
95+
OracleDialect::new), H2(H2Dialect::new), HSQL(HsqldbDialect::new);
9696

9797
private final Supplier<Dialect> constructor;
9898

0 commit comments

Comments
 (0)