Skip to content

Commit dfb45b9

Browse files
committed
formatting
1 parent bdba65c commit dfb45b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

play-ebean/src/main/java/play/db/ebean/EbeanDynamicEvolutions.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ private static String generateScript(SpiEbeanServer spiServer) {
125125
}
126126

127127
return "-- Created by Ebean DDL\r\n"
128-
+ "-- To stop Ebean DDL generation, remove this comment (both lines) and start using Evolutions\r\n"
128+
+ "-- To stop Ebean DDL generation, remove this comment (both lines) and start using"
129+
+ " Evolutions\r\n"
129130
+ "\r\n"
130131
+ "-- !Ups\r\n"
131132
+ "\r\n"

0 commit comments

Comments
 (0)