style: rustfmt vault mod.rs

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Test
2026-03-17 10:38:47 +01:00
parent 17f94647b7
commit 67dbda8f24

View File

@@ -1722,7 +1722,8 @@ Company: Acme Corp
#[test]
fn test_scalar_fields_unchanged() {
let dir = TempDir::new().unwrap();
let content = "---\ntype: Project\nOwner: Luca\nCadence: Daily\nStatus: Done\n---\n# Test\n";
let content =
"---\ntype: Project\nOwner: Luca\nCadence: Daily\nStatus: Done\n---\n# Test\n";
let entry = parse_test_entry(&dir, "test.md", content);
assert_eq!(entry.owner, Some("Luca".to_string()));
assert_eq!(entry.cadence, Some("Daily".to_string()));