Skip to content

Commit bead0ae

Browse files
committed
Format code
1 parent 87282dc commit bead0ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/SentryTests/Integrations/Performance/SentryPerformanceTrackerTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import SentryTestUtils
21
@_spi(Private) import Sentry
2+
import SentryTestUtils
33
import XCTest
44

55
class SentryPerformanceTrackerTests: XCTestCase {

Tests/SentryTests/TestUtils/TestConncurrentModifications.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Foundation
2-
import SentryTestUtils
32
@_spi(Private) import Sentry
3+
import SentryTestUtils
44

55
func testConcurrentModifications(asyncWorkItems: Int = 5, writeLoopCount: Int = 1_000, writeWork: @escaping (Int) -> Void, readWork: @escaping () -> Void = {}) {
66
// To not spam the test logs

0 commit comments

Comments
 (0)