Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 3bea1436 authored by alperozturk's avatar alperozturk
Browse files

Fix kotlin spotless check

parent 444ebdc6
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -473,7 +473,8 @@ class WebdavEntry constructor(ms: MultiStatusResponse, splitElement: String) {

            // NC has hidden property <nc:hidden>
            prop = propSet[EXTENDED_PROPERTY_HIDDEN, ncNamespace]
            hidden = if (prop != null) {
            hidden =
                if (prop != null) {
                    java.lang.Boolean.valueOf(prop.value.toString())
                } else {
                    false