fix indent

This commit is contained in:
2025-11-14 23:50:00 +00:00
parent e706853d0c
commit 3c7c53587e
+1 -1
View File
@@ -1568,7 +1568,7 @@ def parse_rust_file_cached(filepath_str: str, file_hash: str) -> tuple:
if isinstance(node, ItemUse):
import_paths.append(use_tree_to_string(node.tree))
metadata["imports"] = import_paths
metadata["imports"] = import_paths
# Run the Rust binary.
proc = subprocess.run(