Fix formatting
[Sone.git] / src / test / kotlin / net / pterodactylus / sone / web / pages / SoneTemplatePageTest.kt
index 3993cda..6e7613c 100644 (file)
@@ -68,7 +68,7 @@ class SoneTemplatePageTest : WebPageTest({ template, webInterface -> object : So
 
        @Test
        fun `preferences are set in template context`() {
-           verifyVariableIsSet("preferences", preferences)
+               verifyVariableIsSet("preferences", preferences)
        }
 
        @Test