Enable blank line rules. (#132)

This commit is contained in:
Doug
2022-07-06 16:01:50 +01:00
committed by GitHub
parent a272980b62
commit c125189b89
114 changed files with 0 additions and 184 deletions

View File

@@ -17,7 +17,6 @@
import SwiftUI
struct LoginScreen: View {
// MARK: - Properties
// MARK: Private
@@ -54,7 +53,6 @@ struct LoginScreen: View {
default:
loginUnavailableText
}
}
.readableFrame()
.padding(.horizontal, 16)