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( static let noop = Self(
load: { _ in }, load: { _ in },
play: { } play: {}
) )
} }