Skip to content

Commit 05f18bf

Browse files
devwhodevsclaude
andcommitted
fix: format integration test for CI
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 46f4764 commit 05f18bf

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/integration.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ fn index_vault(vault_path: &Path, data_dir: &Path, config: &Config, rebuild: boo
102102
let chunks = parsed.chunks;
103103

104104
let docid = generate_docid(&rel_str);
105-
let file_id = store.insert_file(&rel_str, &hash, 0, &tags, &docid).unwrap();
105+
let file_id = store
106+
.insert_file(&rel_str, &hash, 0, &tags, &docid)
107+
.unwrap();
106108

107109
for chunk in &chunks {
108110
let heading = chunk.heading.clone().unwrap_or_default();

0 commit comments

Comments
 (0)