Browse Source

codacy: SpacingAroundCurly

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 5 years ago
parent
commit
c2e7458f4c

+ 1 - 1
src/main/java/com/owncloud/android/ui/errorhandling/ErrorShowActivity.kt

@@ -29,7 +29,7 @@ import kotlinx.android.synthetic.main.errorhandling_showerror.*
 import kotlinx.android.synthetic.main.toolbar_standard.*
 
 class ErrorShowActivity : AppCompatActivity() {
-    companion object{
+    companion object {
         const val EXTRA_ERROR_TEXT = "error"
     }