Skip to content

Commit 1cefdda

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 1ae31b4 commit 1cefdda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/MacroTesting/AssertMacro.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import SwiftSyntaxMacros
1010
import XCTest
1111

1212
#if canImport(Testing)
13-
@_implementationOnly import Testing
13+
@_implementationOnly import Testing
1414
#endif
1515

1616
/// Asserts that a given Swift source string matches an expected string with all macros expanded.

Sources/MacroTesting/Internal/RecordIssue.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
@_spi(Internals)

0 commit comments

Comments
 (0)