Skip to content

Commit

Permalink
Merge pull request #85 from tock/kernel-version-debug-align
Browse files Browse the repository at this point in the history
Align kernel version debug print
  • Loading branch information
ppannuto authored Jun 21, 2024
2 parents 48de07c + c4f08cc commit 4e9a056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ impl fmt::Display for TbfHeaderKernelVersion {
writeln!(
f,
"
kernel version: ^{}.{}",
kernel version: ^{}.{}",
self.major, self.minor
)
}
Expand Down

0 comments on commit 4e9a056

Please sign in to comment.