Skip to content

Commit 5f04c05

Browse files
authored
Merge pull request #34 from transat/FFTView-background-color
Added missing comma
2 parents 9c0b997 + 3262ca2 commit 5f04c05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/AudioKitUI/Visualizations/FFTView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public struct FFTView: View {
9090
includeCaps: Bool = true,
9191
numberOfBars: Int = 50,
9292
maxAmplitude: Double = -10.0,
93-
minAmplitude: Double = -150.0
93+
minAmplitude: Double = -150.0,
9494
backgroundColor: Color = Color.black)
9595
{
9696
self.node = node

0 commit comments

Comments
 (0)