Skip to content

Commit c1ad883

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 74b3709 commit c1ad883

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/SnapshotTesting/AssertSnapshot.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import XCTest
22

33
#if canImport(Testing)
4-
@_implementationOnly import Testing
4+
@_implementationOnly import Testing
55
#endif
66

77
/// Enhances failure messages with a command line diff tool expression that can be copied and pasted

Sources/SnapshotTesting/SnapshotsTestTrait.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#if canImport(Testing)
2-
@_implementationOnly import Testing
2+
@_implementationOnly import Testing
33

44
@_spi(Experimental)
55
extension Trait where Self == _SnapshotsTestTrait {

0 commit comments

Comments
 (0)