Skip to content

Commit

Permalink
chore(inspect): align output
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed May 17, 2024
1 parent a54783b commit ec3a99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/inspect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ impl Inspect {
let token = biscuit::Compact::decode(&token);

for (n, part) in token.parts.into_iter().enumerate() {
print!(" Part #{n}:");
print!(" Part #{n}:");
if let Err(err) = Self::inspect_part(part) {
println!("Unable to decode: {err}");
}
Expand Down

0 comments on commit ec3a99a

Please sign in to comment.