Skip to content

Commit

Permalink
run swift format (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang authored Dec 31, 2024
1 parent 3c780e7 commit a181a9b
Show file tree
Hide file tree
Showing 5 changed files with 335 additions and 322 deletions.
18 changes: 9 additions & 9 deletions Barista/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
import SwiftUI

struct ContentView: View {
var body: some View {
VStack {
Image(systemName: "globe")
.imageScale(.large)
.foregroundStyle(.tint)
Text("Hello, world!")
}
.padding()
var body: some View {
VStack {
Image(systemName: "globe")
.imageScale(.large)
.foregroundStyle(.tint)
Text("Hello, world!")
}
.padding()
}
}

#Preview {
ContentView()
ContentView()
}
Loading

0 comments on commit a181a9b

Please sign in to comment.