mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-27 22:10:57 -04:00
fix codefactor issue
This commit is contained in:
parent
9fa13ea29e
commit
93de4e469e
@ -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