Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuwu committed Nov 30, 2023
1 parent bab2db8 commit 6bc64f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ class GalleryPresenter(
Timber.d("Can't provide gallery items")
emptyList()
}

private suspend fun readText(source: Path): Result<String> =
withContext(defaultDispatcher) {
try {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<string name="pin">Pin</string>
<string name="unpin">Unpin</string>
<string name="scores">Scores</string>
<string name="resource_scores_erased">%1$s resource score%2$s will be erased.</string>
<string name="resource_scores_erased">%1$d resource score%2$s will be erased.</string>
<string name="utils">Utils</string>
<string name="folder_forget_warn">Navigator will forget the folder and all its children</string>
<string name="delete_files">Delete files</string>
Expand Down

0 comments on commit 6bc64f4

Please sign in to comment.