🎨 Fix formatting
[Sone.git] / src / test / kotlin / net / pterodactylus / sone / web / pages / CreateAlbumPageTest.kt
index 7e348e9..224791f 100644 (file)
@@ -102,7 +102,7 @@ class CreateAlbumPageTest : WebPageTest(::CreateAlbumPage) {
 
        @Test
        fun `page is annotated with correct template path`() {
-           assertThat(page.templatePath, equalTo("/templates/createAlbum.html"))
+               assertThat(page.templatePath, equalTo("/templates/createAlbum.html"))
        }
 
 }