Skip to content

Commit d3ea0f7

Browse files
committed
Fix code formatting #1938
Signed-off-by: Chin Yeung Li <tli@nexb.com>
1 parent 1e68a53 commit d3ea0f7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

scanpipe/pipes/nix.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,11 @@ def fetch_inputs(purl, output_dir):
9696
futures = {}
9797
if concluded_commit_hash:
9898
futures["source"] = executor.submit(
99-
get_patched_source_with_docker, name, output_dir, system, concluded_commit_hash
99+
get_patched_source_with_docker,
100+
name,
101+
output_dir,
102+
system,
103+
concluded_commit_hash,
100104
)
101105
if nix_bin_download_url:
102106
futures["binary"] = executor.submit(utils.fetch_path, nix_bin_download_url)

0 commit comments

Comments
 (0)