Skip to content

Commit

Permalink
Run swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis authored and github-actions[bot] committed May 8, 2024
1 parent 307c851 commit 024130d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/ComposableArchitectureTests/SharedTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ final class SharedTests: XCTestCase {
XCTAssertEqual(isOn2, true)
XCTAssertEqual(isOn3, true)
}

func testSharedDefaults_Used() {
let didAccess = LockIsolated(false)
let logDefault: () -> Bool = {
Expand Down Expand Up @@ -1057,7 +1057,7 @@ extension PersistenceReaderKey where Self == PersistenceKeyDefault<AppStorageKey
static var isOn: Self {
PersistenceKeyDefault(.appStorage("isOn"), false)
}

static func isActive(default keyDefault: @escaping () -> Bool) -> Self {
PersistenceKeyDefault(.appStorage("isActive"), keyDefault())
}
Expand Down

0 comments on commit 024130d

Please sign in to comment.