Skip to content

Commit

Permalink
Run swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw authored and github-actions[bot] committed Oct 9, 2024
1 parent bc47c51 commit 15a2acc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Examples/SyncUps/SyncUpsTests/AppFeatureTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Testing
@MainActor
struct AppFeatureTests {
init() { uncheckedUseMainSerialExecutor = true }

@Test
func detailEdit() async throws {
let syncUp = SyncUp.mock
Expand Down
2 changes: 1 addition & 1 deletion Examples/SyncUps/SyncUpsTests/RecordMeetingTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Testing
@MainActor
struct RecordMeetingTests {
init() { uncheckedUseMainSerialExecutor = true }

@Test
func timer() async {
let clock = TestClock()
Expand Down
2 changes: 1 addition & 1 deletion Examples/SyncUps/SyncUpsTests/SyncUpDetailTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Testing
@MainActor
struct SyncUpDetailTests {
init() { uncheckedUseMainSerialExecutor = true }

@Test
func speechRestricted() async {
let store = TestStore(initialState: SyncUpDetail.State(syncUp: Shared(.mock))) {
Expand Down
2 changes: 1 addition & 1 deletion Examples/SyncUps/SyncUpsTests/SyncUpsListTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Testing
@MainActor
struct SyncUpsListTests {
init() { uncheckedUseMainSerialExecutor = true }

@Test
func add() async throws {
let store = TestStore(initialState: SyncUpsList.State()) {
Expand Down

0 comments on commit 15a2acc

Please sign in to comment.