Skip to content

Commit

Permalink
Merge pull request #4214 from eval-exec/exec/header-map-statistics-no…
Browse files Browse the repository at this point in the history
…t-align-well

Make `Header Map Statistics` table align well
  • Loading branch information
zhangsoledad authored Nov 1, 2023
2 parents a888c13 + 043ae82 commit d0a434a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync/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 d0a434a

Please sign in to comment.