style: apply rustfmt to cache.rs test

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Test
2026-03-02 23:09:36 +01:00
parent 2793024904
commit a246de4483

View File

@@ -369,11 +369,7 @@ mod tests {
.unwrap();
// Commit a type note without sidebar label
create_test_file(
vault,
"type/news.md",
"---\ntype: Type\n---\n# News\n",
);
create_test_file(vault, "type/news.md", "---\ntype: Type\n---\n# News\n");
std::process::Command::new("git")
.args(["add", "."])
.current_dir(vault)