Skip to content

Commit

Permalink
fixed unwrap error
Browse files Browse the repository at this point in the history
  • Loading branch information
AppPear authored Mar 17, 2020
1 parent 75804f4 commit c12c773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftUICharts/BarChart/BarChartView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public struct BarChartView : View {
self.style = style
self.darkModeStyle = style.darkModeStyle != nil ? style.darkModeStyle! : Styles.barChartStyleOrangeDark
self.formSize = form!
self.dropShadow = dropShadow
self.dropShadow = dropShadow!
self.cornerImage = cornerImage!
self.valueSpecifier = valueSpecifier!
}
Expand Down

0 comments on commit c12c773

Please sign in to comment.