Skip to content

Commit c057cf1

Browse files
committed
show: cargo clippy --fix -- -W clippy::pedantic
Signed-off-by: Daniel Maslowski <[email protected]>
1 parent 3519494 commit c057cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/show.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ fn print_ifd(ifd: &IFD, ver: Option<IfdVersion>) {
135135
println!(" {i:2}:\n{m}");
136136
}
137137
_ => println!(" {i:2}: {e:08x}"),
138-
};
138+
}
139139
}
140140
}
141141

0 commit comments

Comments
 (0)