Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit 48aebc5

Browse files
committed
SwiftLint
1 parent 2195020 commit 48aebc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Whisky/Views/ProgramView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ struct ProgramView: View {
100100

101101
environment = program.settings.environment
102102
}
103-
.onChange(of: environment) { oldValue, newValue in
103+
.onChange(of: environment) { _, newValue in
104104
program.settings.environment = newValue
105105
}
106106
}

0 commit comments

Comments
 (0)