Skip to content

Commit

Permalink
apply KT Spotless
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Aug 30, 2024
1 parent 2fae93f commit 864c58d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ class OfflineOperationsRepository(
parentPath = newParentPath
path = newPath
}
} else null
} else {
null
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

package com.nextcloud.utils.extensions

import android.app.Activity
import androidx.appcompat.app.AppCompatActivity
import androidx.fragment.app.Fragment

Expand Down

0 comments on commit 864c58d

Please sign in to comment.