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 Sep 9, 2024
1 parent 1ae31b4 commit 1cefdda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/MacroTesting/AssertMacro.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import SwiftSyntaxMacros
import XCTest

#if canImport(Testing)
@_implementationOnly import Testing
@_implementationOnly import Testing
#endif

/// Asserts that a given Swift source string matches an expected string with all macros expanded.
Expand Down
2 changes: 1 addition & 1 deletion Sources/MacroTesting/Internal/RecordIssue.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import XCTest

#if canImport(Testing)
@_implementationOnly import Testing
@_implementationOnly import Testing
#endif

@_spi(Internals)
Expand Down

0 comments on commit 1cefdda

Please sign in to comment.