Skip to content

Commit ef2de9f

Browse files
committed
Clean up some formatting
1 parent fd7ff81 commit ef2de9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Authenticator/Source/Menu.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ struct Menu: Component {
114114
private mutating func handleInfoListEffect(_ effect: InfoList.Effect) throws -> Effect? {
115115
switch effect {
116116
case .showDisplayOptions:
117-
try showDisplayOptions()
117+
try showDisplayOptions()
118118
return nil
119119

120120
case .showBackupInfo:

Authenticator/Source/Root.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ extension Root {
157157
}
158158

159159
case .menuAction(let action):
160-
let effect = try modal.withMenu { menu in try menu.update(with: action) }
160+
let effect = try modal.withMenu({ menu in try menu.update(with: action) })
161161
return effect.flatMap { effect in
162162
handleMenuEffect(effect)
163163
}

0 commit comments

Comments
 (0)