Skip to content

Commit

Permalink
clean up whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
willief committed Oct 24, 2023
1 parent db34bc9 commit adc13e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sn_cli/src/subcommands/files.rs
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ async fn upload_files(
.append(true)
.open(file_names_path)?;
for (addr, file_name) in uploaded_file_info.iter() {
println!(" {} {:x}", file_name, addr);
println!("{} {:x}", file_name, addr);
info!("Uploaded {} to {:x}", file_name, addr);
writeln!(file, "{:x}: {}", addr, file_name)?;
}
Expand Down

0 comments on commit adc13e9

Please sign in to comment.