fix indent
This commit is contained in:
+1
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user