Skip to content

Commit

Permalink
Make View public2
Browse files Browse the repository at this point in the history
  • Loading branch information
ilamanov committed Apr 25, 2021
1 parent cf9c15d commit fc0f4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftPieChart/PieChartView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public struct PieChartView: View {
return tempSlices
}

var body: some View {
public var body: some View {
GeometryReader { geometry in
VStack{
ZStack{
Expand Down

0 comments on commit fc0f4da

Please sign in to comment.