Skip to content

Commit a26ae22

Browse files
authored
adding a space
1 parent bfadeed commit a26ae22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/com/simplemobiletools/notes/pro/adapters/NotesPagerAdapter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class NotesPagerAdapter(fm: FragmentManager, val notes: List<Note>, val activity
9696
(fragments[position] as? ChecklistFragment)?.removeDoneItems()
9797
}
9898

99-
fun refreshChecklist(position: Int){
99+
fun refreshChecklist(position: Int) {
100100
(fragments[position] as? ChecklistFragment)?.refreshItems()
101101
}
102102
}

0 commit comments

Comments
 (0)