Skip to content

Commit 919b5aa

Browse files
committed
linting
1 parent e1ecda7 commit 919b5aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ fn handle_decode(args: DecodeArgs) -> Result<()> {
7171

7272
let desc = descriptor_codec::decode(&data).context("Unable to decode")?;
7373

74-
println!("{}", desc);
74+
println!("{desc}");
7575

7676
Ok(())
7777
}

0 commit comments

Comments
 (0)