Skip to content

Commit 33eead9

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent e7d2849 commit 33eead9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/DependenciesTests/DependencyValuesTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,9 +623,9 @@ final class DependencyValuesTests: XCTestCase {
623623

624624
func testThreadSafety() async {
625625
#if os(Windows)
626-
let runCount = 1_000
626+
let runCount = 1_000
627627
#else
628-
let runCount = 100_000
628+
let runCount = 100_000
629629
#endif
630630
let taskCount = 10
631631

0 commit comments

Comments
 (0)