Update files following swiftformat upgrade
This commit is contained in:
committed by
Stefan Ceriu
parent
2bb26efbe1
commit
04053ae69b
@@ -35,7 +35,6 @@ struct SecureBackupRecoveryKeyScreen: View {
|
||||
.alert(item: $context.alertInfo)
|
||||
}
|
||||
|
||||
@ViewBuilder
|
||||
private var mainContent: some View {
|
||||
VStack(spacing: 48) {
|
||||
switch context.viewState.mode {
|
||||
@@ -178,7 +177,6 @@ struct SecureBackupRecoveryKeyScreen: View {
|
||||
context.viewState.mode == .setupRecovery ? L10n.screenRecoveryKeySetupGenerateKey : L10n.screenRecoveryKeyChangeGenerateKey
|
||||
}
|
||||
|
||||
@ViewBuilder
|
||||
private var confirmRecoveryKeySection: some View {
|
||||
VStack(alignment: .leading, spacing: 8) {
|
||||
Text(L10n.commonRecoveryKey)
|
||||
|
||||
Reference in New Issue
Block a user