Skip to content

Commit

Permalink
Swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
schwa committed Oct 14, 2024
1 parent 3c17c05 commit ba8c83e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public struct GaussianSplatLobbyView: View {
)
}
Button("Go!") {
// configuration.bounds = source.bounds
// configuration.bounds = source.bounds
mode = .render
}
.frame(maxWidth: .infinity)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ internal struct GaussianSplatView: View {
VStack {
if options.showInfo {
InfoView()
.padding()
.background(.thinMaterial)
.cornerRadius(8)
.padding()
.padding()
.background(.thinMaterial)
.cornerRadius(8)
.padding()
}
if options.showCounters {
if let gpuCounters {
Expand Down

0 comments on commit ba8c83e

Please sign in to comment.