Skip to content

Commit a181a9b

Browse files
authored
run swift format (#13)
1 parent 3c780e7 commit a181a9b

File tree

5 files changed

+335
-322
lines changed

5 files changed

+335
-322
lines changed

Barista/ContentView.swift

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
import SwiftUI
99

1010
struct ContentView: View {
11-
var body: some View {
12-
VStack {
13-
Image(systemName: "globe")
14-
.imageScale(.large)
15-
.foregroundStyle(.tint)
16-
Text("Hello, world!")
17-
}
18-
.padding()
11+
var body: some View {
12+
VStack {
13+
Image(systemName: "globe")
14+
.imageScale(.large)
15+
.foregroundStyle(.tint)
16+
Text("Hello, world!")
1917
}
18+
.padding()
19+
}
2020
}
2121

2222
#Preview {
23-
ContentView()
23+
ContentView()
2424
}

0 commit comments

Comments
 (0)