We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172f441 commit f2fe5dfCopy full SHA for f2fe5df
Sources/SnapshotTesting/AssertSnapshot.swift
@@ -12,8 +12,8 @@ public var diffTool: String? = nil
12
public var isRecording: Bool = {
13
let args = ProcessInfo.processInfo.arguments
14
if let index = args.firstIndex(of: "-co.pointfree.SnapshotTesting.IsRecording"),
15
- index < args.count - 1,
16
- args[index + 1] == "1"
+ index < args.count - 1,
+ args[index + 1] == "1"
17
{
18
return true
19
}
0 commit comments