Skip to content

Commit 5baf758

Browse files
committed
rustfmt
1 parent 32c08ad commit 5baf758

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

crates/yamlpatch/tests/unit_tests.rs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2200,11 +2200,9 @@ fn test_merge_into_preserves_comments_in_env_block() {
22002200
apply_yaml_patches(&yamlpath::Document::new(original).unwrap(), &operations).unwrap();
22012201

22022202
// Check that the comment is preserved
2203-
assert!(
2204-
result
2205-
.source()
2206-
.contains("# An existing comment about this wacky env-var")
2207-
);
2203+
assert!(result
2204+
.source()
2205+
.contains("# An existing comment about this wacky env-var"));
22082206

22092207
insta::assert_snapshot!(result.source(), @r#"
22102208
jobs:

0 commit comments

Comments
 (0)