Skip to content

Commit b6b9740

Browse files
committed
remove unnecessary return
1 parent e74d784 commit b6b9740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/storage/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ impl AsyncStorage {
581581
drop(write_guard);
582582

583583
// Final attempt: if this still fails, bubble the error.
584-
return archive_index::find_in_file(local_index_path, path_in_archive).await;
584+
archive_index::find_in_file(local_index_path, path_in_archive).await
585585
}
586586

587587
#[instrument]

0 commit comments

Comments
 (0)