Skip to content

Commit f87c785

Browse files
committed
ktlint fixes
1 parent 54ac9ad commit f87c785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

owncloudApp/src/main/java/com/owncloud/android/ui/activity/FileDisplayActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1679,7 +1679,7 @@ class FileDisplayActivity : FileActivity(), FileFragment.ContainerActivity, OnEn
16791679
setFile(file)
16801680
account = AccountUtils.getOwnCloudAccountByName(this, file.owner)
16811681

1682-
if(file.isFolder){
1682+
if (file.isFolder) {
16831683
refreshListOfFilesFragment(true)
16841684
return
16851685
}

0 commit comments

Comments
 (0)