Skip to content

Commit

Permalink
Run swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis authored and actions-user committed Mar 19, 2021
1 parent 6fd917b commit f967d1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Examples/TicTacToe/Sources/Views-SwiftUI/LoginSwiftView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ public struct LoginView: View {
VStack(spacing: 16) {
Text(
"""
To login use any email and "password" for the password. If your email contains the \
characters "2fa" you will be taken to a two-factor flow, and on that screen you can \
use "1234" for the code.
"""
To login use any email and "password" for the password. If your email contains the \
characters "2fa" you will be taken to a two-factor flow, and on that screen you can \
use "1234" for the code.
"""
)

VStack(alignment: .leading) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public struct NewGameView: View {
.textContentType(.name)
.textFieldStyle(RoundedBorderTextFieldStyle())
}

VStack(alignment: .leading) {
Text("O Player Name")
TextField(
Expand Down

0 comments on commit f967d1a

Please sign in to comment.