Run swift-format

This commit is contained in:
mbrandonw 2023-01-18 22:07:57 +00:00 committed by github-actions[bot]
parent 5e97ce7562
commit 1db1bcfd1e
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ extension SoundEffectClient: DependencyKey {
static let noop = Self(
load: { _ in },
play: { }
play: {}
)
}

View File

@ -44,7 +44,7 @@ final class StandupDetailTests: XCTestCase {
destination: .alert(.speechRecognitionDenied),
standup: .mock
)
}
}
await model.alertButtonTapped(.openSettings)