Skip to content

Commit

Permalink
fixed linter to silent hound, just syntax, no semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
mahal committed Jun 12, 2024
1 parent d35d609 commit 2a71419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/AudioKitUI/Visualizations/AudioFileWaveform.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public struct AudioFileWaveform: View {
}
}
if #available(iOS 17.0, *) {
group.onChange(of:url) {
group.onChange(of: url) {
viewModel.update(url: url, rmsSamplesPerWindow: rmsSamplesPerWindow)
}
.onAppear {
Expand Down

0 comments on commit 2a71419

Please sign in to comment.