fix: apply rustfmt formatting to git dates code

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Test
2026-04-02 15:03:41 +02:00
parent e2d0a46608
commit fd642889c8
4 changed files with 9 additions and 13 deletions

View File

@@ -503,7 +503,8 @@ mod tests {
let vault_path = dir.path().join("parse-vault");
create_getting_started_vault(vault_path.to_str().unwrap()).unwrap();
let entries = crate::vault::scan_vault(&vault_path, &std::collections::HashMap::new()).unwrap();
let entries =
crate::vault::scan_vault(&vault_path, &std::collections::HashMap::new()).unwrap();
// SAMPLE_FILES + AGENTS.md
assert_eq!(entries.len(), SAMPLE_FILES.len() + 1);
}