🎨 Fix formatting
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web / pages / GetImagePage.kt
index f939456..f7857c3 100644 (file)
@@ -9,7 +9,7 @@ import javax.inject.*
 /**
  * Page that delivers a {@link TemporaryImage} to the browser.
  */
-class GetImagePage @Inject constructor(webInterface: WebInterface): FreenetPage {
+class GetImagePage @Inject constructor(webInterface: WebInterface) : FreenetPage {
 
        private val core = webInterface.core