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 74b3709 commit c1ad883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/SnapshotTesting/AssertSnapshot.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

/// Enhances failure messages with a command line diff tool expression that can be copied and pasted
Expand Down
2 changes: 1 addition & 1 deletion Sources/SnapshotTesting/SnapshotsTestTrait.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#if canImport(Testing)
@_implementationOnly import Testing
@_implementationOnly import Testing

@_spi(Experimental)
extension Trait where Self == _SnapshotsTestTrait {
Expand Down

0 comments on commit c1ad883

Please sign in to comment.