Skip to content

Commit f2fe5df

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 172f441 commit f2fe5df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/SnapshotTesting/AssertSnapshot.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ public var diffTool: String? = nil
1212
public var isRecording: Bool = {
1313
let args = ProcessInfo.processInfo.arguments
1414
if let index = args.firstIndex(of: "-co.pointfree.SnapshotTesting.IsRecording"),
15-
index < args.count - 1,
16-
args[index + 1] == "1"
15+
index < args.count - 1,
16+
args[index + 1] == "1"
1717
{
1818
return true
1919
}

0 commit comments

Comments
 (0)