Skip to content

Commit

Permalink
Make Header Map Statistics alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Oct 31, 2023
1 parent b1409a3 commit e0d0280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/src/types/header_map/kernel_lru.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ where
"Header Map Statistics\
\n>\t| storage | length | limit | contain | select | insert | delete |\
\n>\t|---------+---------+---------+---------+------------+---------+---------|\
\n>\t| memory |{:>9}|{:>9}|{:>9}|{:>12}|{:>9}|{:>9}|\
\n>\t| memory |{:>9}|{:>9}|{:>9}|{:>12}|{:>9}|{:>9}|\
\n>\t| backend |{:>9}|{:>9}|{:>9}|{:>12}|{:>9}|{:>9}|\
",
self.memory.len(),
Expand Down

0 comments on commit e0d0280

Please sign in to comment.