Skip to content

Commit 31e25d6

Browse files
committed
style: newlines
1 parent 818a4b9 commit 31e25d6

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

src/main/java/edu/kit/hci/soli/controller/RoomsController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,4 @@ public String editOrCreateRoom(Model model, HttpServletResponse response, @Model
168168
roomService.save(room);
169169
return "redirect:/admin/rooms";
170170
}
171-
}
171+
}

src/main/jte/admin/rooms/list.jte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
<div class="mx-auto">
1616
@template.util.room_list(context = context, layout = layout, csrf = csrf, rooms = rooms, edit = edit)
1717
</div>
18-
`)
18+
`)

src/main/jte/util/room_list.jte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@
4646
</li>
4747
</a>
4848
@endif
49-
</ul>
49+
</ul>

src/test/java/edu/kit/hci/soli/test/controller/MainControllerTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,4 @@ public void testSecurityTxt() {
105105
Canonical: """));
106106
assertTrue(result.endsWith(".well-known/security.txt\n"));
107107
}
108-
109108
}

0 commit comments

Comments
 (0)