Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-p committed May 10, 2022
1 parent 4478363 commit 0747b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/convert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ pub fn view2(
print_header: bool,
_out_file: String,
log: &slog::Logger,
) -> anyhow::Result<u64> {
) -> anyhow::Result<u64> {
let i_file = File::open(rad_file).unwrap();
let mut br = BufReader::new(i_file);
let hdr = rad_types::RadHeader::from_bytes(&mut br);
Expand Down

0 comments on commit 0747b1c

Please sign in to comment.