mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-26 13:29:31 -04:00
fix codefactor issue
This commit is contained in:
parent
df10ab25e2
commit
25c8ef322c
@ -102,8 +102,8 @@ struct OpenFileHandler: ViewModifier {
|
||||
} message: { alert in
|
||||
switch alert {
|
||||
case .unableToOpen(let filenames):
|
||||
Text("%@ cannot be opened.".localizedWithFormat(withArgs:
|
||||
ListFormatter.localizedString(byJoining: filenames)))
|
||||
let name = ListFormatter.localizedString(byJoining: filenames)
|
||||
Text("%@ cannot be opened.".localizedWithFormat(withArgs: name))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user