Skip to content

Commit

Permalink
align kernel version debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed Jun 20, 2024
1 parent 48de07c commit c4f08cc
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 c4f08cc

Please sign in to comment.