mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
chore: address linter warnings
Signed-off-by: Toni Förster <toni.foerster@gmail.com>
This commit is contained in:
@@ -380,7 +380,7 @@ struct QualityProfileForm: View {
|
||||
func submitForm() {
|
||||
guard valid else { return }
|
||||
|
||||
let activeFormats = orderedFormats.filter { $0.isActive }.map { $0.format }
|
||||
let activeFormats = orderedFormats.filter(\.isActive).map(\.format)
|
||||
|
||||
let formProfile = QualityProfile(
|
||||
id: qualityProfile?.id ?? UUID().uuidString,
|
||||
|
Reference in New Issue
Block a user