Skip to content

Commit ebfa8e2

Browse files
authored
oops syntax
1 parent a4c303f commit ebfa8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SnapshotTesting/AssertSnapshot.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ public func verifySnapshot<Value, Format>(
278278
return nil
279279
}
280280

281-
if(recording {
281+
if(recording) {
282282
// MARK: - Changed snapshots
283283
try writeToDirectory(snapshotting: snapshotting, format: diffable, directoryUrl: snapshotChangesUrl, snapshotFileName: snapshotFileName)
284284

0 commit comments

Comments
 (0)