Skip to content

Commit 8e9468a

Browse files
committed
Formatting
1 parent 76d0487 commit 8e9468a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2015-03-17-templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public class CrudApplication extends Application {
114114
}
115115
setTemplateEngine(templateEngine);
116116

117-
// ... add routes
117+
// add routes
118118
}
119119

120120
}
@@ -134,7 +134,7 @@ public class CrudApplication extends Application {
134134
throw new PippoRuntimeException(e);
135135
}
136136

137-
// ... add routes
137+
// add routes
138138
}
139139

140140
}

0 commit comments

Comments
 (0)