Skip to content

Commit

Permalink
Merge branch 'force-update-inline-no-hashes' into remove-duplicate-wr…
Browse files Browse the repository at this point in the history
…ite-check
  • Loading branch information
max-sixty committed Sep 17, 2024
2 parents 9a3c0f4 + 264eda9 commit 40dd6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion insta/src/snapshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ impl Snapshot {

/// The normalized snapshot contents as a String
pub fn contents_string(&self) -> String {
self.snapshot.to_string()
self.snapshot.normalize()
}

fn serialize_snapshot(&self, md: &MetaData) -> String {
Expand Down

0 comments on commit 40dd6c7

Please sign in to comment.