Run swift-format
This commit is contained in:
parent
5e97ce7562
commit
1db1bcfd1e
|
@ -33,7 +33,7 @@ extension SoundEffectClient: DependencyKey {
|
|||
|
||||
static let noop = Self(
|
||||
load: { _ in },
|
||||
play: { }
|
||||
play: {}
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ final class StandupDetailTests: XCTestCase {
|
|||
destination: .alert(.speechRecognitionDenied),
|
||||
standup: .mock
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
await model.alertButtonTapped(.openSettings)
|
||||
|
||||
|
|
Loading…
Reference in New Issue