Skip to content

Commit a939329

Browse files
committed
More KtLint fixes
1 parent e646894 commit a939329

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

owncloudData/src/test/java/com/owncloud/android/data/files/datasources/implementation/OCRemoteFileDataSourceTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ class OCRemoteFileDataSourceTest {
231231

232232
verify(exactly = 2) { clientManager.getFileService(OC_ACCOUNT_NAME) }
233233
verify(exactly = 1) {
234-
ocFileService.checkPathExistence(remotePath , true)
234+
ocFileService.checkPathExistence(remotePath, true)
235235
ocFileService.checkPathExistence(finalRemotePath, true)
236236
}
237237
}

0 commit comments

Comments
 (0)