Skip to content

Commit 31e5dfa

Browse files
committed
Fixed format
1 parent 7e5c5c4 commit 31e5dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/g3601_3700/s3673_find_zombie_sessions/MysqlTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
@EmbeddedDatabaseTest(
2121
compatibilityMode = CompatibilityMode.MySQL,
2222
initialSqls =
23-
"CREATE TABLE app_events ("
23+
"CREATE TABLE app_events ("
2424
+ " event_id INT PRIMARY KEY,"
2525
+ " user_id INT NOT NULL,"
2626
+ " event_timestamp TIMESTAMP NOT NULL,"

0 commit comments

Comments
 (0)