Skip to content

Commit 42f2f49

Browse files
committed
format
1 parent b755d20 commit 42f2f49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/headissue/servlet/TemplateRendering.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ public TemplateRendering(Handlebars handlebars) {
1919
}
2020

2121
@Override
22-
protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException, ServletException {
22+
protected void doGet(HttpServletRequest req, HttpServletResponse resp)
23+
throws IOException, ServletException {
2324
resp.setContentType(MimeTypes.Type.TEXT_HTML_UTF_8.asString());
2425
String pathInfo = req.getPathInfo();
2526
if (pathInfo.equals("/")) {

0 commit comments

Comments
 (0)