style: rustfmt assert formatting

This commit is contained in:
Test
2026-03-08 16:38:17 +01:00
parent a99cb2af78
commit 1f08694e9d

View File

@@ -1390,10 +1390,7 @@ Company: Acme Corp
let dir = TempDir::new().unwrap();
let content = "---\nArchived: true\n---\n# Old Quarter\n";
let entry = parse_test_entry(&dir, "old-quarter-2.md", content);
assert!(
entry.archived,
"titlecase 'Archived' must also be parsed"
);
assert!(entry.archived, "titlecase 'Archived' must also be parsed");
}
#[test]