From: David ‘Bombe’ Roden Date: Tue, 3 Dec 2019 17:54:59 +0000 (+0100) Subject: 🎨 Fix indentation X-Git-Tag: v81^2~5^2~81 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=30e59fa669efe2f3a7cefaf6a25bb331d41bc777 🎨 Fix indentation --- diff --git a/src/test/kotlin/net/pterodactylus/sone/web/WebInterfaceModuleTest.kt b/src/test/kotlin/net/pterodactylus/sone/web/WebInterfaceModuleTest.kt index 53dc19d..7a9d38e 100644 --- a/src/test/kotlin/net/pterodactylus/sone/web/WebInterfaceModuleTest.kt +++ b/src/test/kotlin/net/pterodactylus/sone/web/WebInterfaceModuleTest.kt @@ -278,7 +278,7 @@ class WebInterfaceModuleTest { @Test fun `page toadlet factory is created with correct prefix`() { val page = mock>() - assertThat(injector.getInstance().createPageToadlet(page).path(), startsWith("/Sone/")) + assertThat(injector.getInstance().createPageToadlet(page).path(), startsWith("/Sone/")) } @Test