Skip to content

Commit d1e5262

Browse files
authored
removing an extra space
1 parent cd89984 commit d1e5262

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/kotlin/com/simplemobiletools/notes/pro/helpers

1 file changed

+1
-1
lines changed

app/src/main/kotlin/com/simplemobiletools/notes/pro/helpers/NotesHelper.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class NotesHelper(val context: Context) {
115115
}
116116

117117
val result = when {
118-
skipped == notes.size || imported == 0 -> ImportResult.IMPORT_NOTHING_NEW
118+
skipped == notes.size || imported == 0 -> ImportResult.IMPORT_NOTHING_NEW
119119
imported == notes.size -> ImportResult.IMPORT_OK
120120
else -> ImportResult.IMPORT_PARTIAL
121121
}

0 commit comments

Comments
 (0)