Skip to content

Commit e763d69

Browse files
committed
Fix SQL formatting by adjusting spacing for the age column definition
1 parent f6a3b85 commit e763d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/testData/src/main/java/doma/example/dao/sqltoannotation/ScriptWithSqlFileDao.after.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public interface ScriptWithSqlFileDao {
1212
(
1313
id INTEGER PRIMARY KEY
1414
, name VARCHAR(100)
15-
, age INTEGER
15+
, age INTEGER
1616
) ;
1717
CREATE INDEX idx_employee_name
1818
ON employee(name) ;

0 commit comments

Comments
 (0)