Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ffried committed Nov 15, 2023
1 parent c610b91 commit f93962b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apple/Sensor System/Views/ChartsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ struct ChartsView: View {
private var network

private var vStackSpacing: CGFloat? {
#if os(tvOS)
#if os(tvOS)
return 50
#else
#else
return nil
#endif
#endif
}

var body: some View {
Expand Down

0 comments on commit f93962b

Please sign in to comment.