Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Sep 17, 2024
1 parent f890715 commit 264eda9
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 264eda9

Please sign in to comment.