Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
TimHolzherr committed Mar 17, 2023
1 parent a2a14a6 commit ac40e1f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Snapshooter.NUnit/SnapshotExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,5 @@ public static void MatchSnapshot(
var cleanedObject = currentResult.RemoveUnwantedWrappers();
Snapshot.Match(cleanedObject, snapshotFullName, matchOptions);
}

}
}
1 change: 0 additions & 1 deletion src/Snapshooter.Xunit/SnapshotExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,5 @@ public static void MatchSnapshot(
var cleanedObject = currentResult.RemoveUnwantedWrappers();
Snapshot.Match(cleanedObject, snapshotFullName, matchOptions);
}

}
}

0 comments on commit ac40e1f

Please sign in to comment.