mirror of
https://github.com/yattee/yattee.git
synced 2025-10-16 20:38:19 +00:00
Swiftformat fixes
This commit is contained in:
@@ -31,7 +31,7 @@ struct VerticalScrollingFixWrapper<Content>: View where Content: View {
|
||||
}
|
||||
|
||||
var body: some View {
|
||||
VerticalScrollingFixViewRepresentable(content: self.content())
|
||||
VerticalScrollingFixViewRepresentable(content: content())
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user