Skip to content

Commit 91c39f5

Browse files
committed
Remove Whitespace
1 parent 02bd7b4 commit 91c39f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iOSSC/View/LoadingScreen.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ struct LoadingScreen: View {
1818
ProgressView().padding()
1919
HStack {
2020
Image(systemSymbol: .boltHorizontalCircleFill)
21-
Text("Server spooling up. ")
21+
Text("Server spooling up.")
2222
.multilineTextAlignment(.center)
2323
}
2424
.opacity(showText ? 1 : 0)

0 commit comments

Comments
 (0)