Skip to content

Commit 21c7b4f

Browse files
committed
formatting
1 parent bdba65c commit 21c7b4f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,11 @@ 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"
129-
+ "\r\n"
130-
+ "-- !Ups\r\n"
131-
+ "\r\n"
128+
+ "-- To stop Ebean DDL generation, remove this comment (both lines) and start using"
129+
+ " Evolutions\r\n"
130+
+ "\r\n"
131+
+ "-- !Ups\r\n"
132+
+ "\r\n"
132133
+ ups
133134
+ "\r\n"
134135
+ "-- !Downs\r\n"

0 commit comments

Comments
 (0)