Skip to content

Commit f967d1a

Browse files
stephencelisactions-user
authored andcommitted
Run swift-format
1 parent 6fd917b commit f967d1a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Examples/TicTacToe/Sources/Views-SwiftUI/LoginSwiftView.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ public struct LoginView: View {
3737
VStack(spacing: 16) {
3838
Text(
3939
"""
40-
To login use any email and "password" for the password. If your email contains the \
41-
characters "2fa" you will be taken to a two-factor flow, and on that screen you can \
42-
use "1234" for the code.
43-
"""
40+
To login use any email and "password" for the password. If your email contains the \
41+
characters "2fa" you will be taken to a two-factor flow, and on that screen you can \
42+
use "1234" for the code.
43+
"""
4444
)
4545

4646
VStack(alignment: .leading) {

Examples/TicTacToe/Sources/Views-SwiftUI/NewGameSwiftView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public struct NewGameView: View {
4242
.textContentType(.name)
4343
.textFieldStyle(RoundedBorderTextFieldStyle())
4444
}
45-
45+
4646
VStack(alignment: .leading) {
4747
Text("O Player Name")
4848
TextField(

0 commit comments

Comments
 (0)