Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 4ebd26d

Browse files
narpfelzesterer
authored andcommitted
remove leading whitespace from single-line test snapshot
1 parent 3ea05b7 commit 4ebd26d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/write.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,9 +1044,7 @@ mod tests {
10441044
.finish()
10451045
.write_to_string(Source::from("")),
10461046
);
1047-
assert_snapshot!(msg, @r###"
1048-
Error: can't compare apples with oranges
1049-
"###)
1047+
assert_snapshot!(msg, @r###"Error: can't compare apples with oranges"###)
10501048
}
10511049

10521050
#[test]

0 commit comments

Comments
 (0)