Skip to content

Commit 1db1bcf

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 5e97ce7 commit 1db1bcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Examples/Standups/Standups/Dependencies/SoundEffectClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ extension SoundEffectClient: DependencyKey {
3333

3434
static let noop = Self(
3535
load: { _ in },
36-
play: { }
36+
play: {}
3737
)
3838
}
3939

Examples/Standups/StandupsTests/StandupDetailTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ final class StandupDetailTests: XCTestCase {
4444
destination: .alert(.speechRecognitionDenied),
4545
standup: .mock
4646
)
47-
}
47+
}
4848

4949
await model.alertButtonTapped(.openSettings)
5050

0 commit comments

Comments
 (0)