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 25, 2022
1 parent f8554f7 commit 658ecbb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Tests/ComposableArchitectureTests/TestStoreTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,10 @@ final class TestStoreTests: XCTestCase {
initialState: 0,
reducer: Counter()
)
store.dependencies.calendar = Calendar(identifier: .gregorian)
store.dependencies.locale = Locale(identifier: "en_US")
store.dependencies.timeZone = TimeZone(secondsFromGMT: 0)!
store.dependencies.urlSession = URLSession(configuration: .ephemeral)
store.dependencies.calendar = Calendar(identifier: .gregorian)
store.dependencies.locale = Locale(identifier: "en_US")
store.dependencies.timeZone = TimeZone(secondsFromGMT: 0)!
store.dependencies.urlSession = URLSession(configuration: .ephemeral)

store.send(true) { $0 = 1 }
}
Expand Down

0 comments on commit 658ecbb

Please sign in to comment.