Skip to content

Commit 465720d

Browse files
committed
fix excess whitespace in comments
1 parent b6ae4b7 commit 465720d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/raw/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ fn capacity_to_buckets(cap: usize, table_layout: TableLayout) -> Option<usize> {
119119
// | 28 | 32 | 80 | 3.3 |
120120
//
121121
// In general, buckets * table_layout.size >= table_layout.ctrl_align
122-
// must be true to avoid these edges. This is implemented by adjusting
123-
// the minimum capacity upwards for small items. This code only needs
122+
// must be true to avoid these edges. This is implemented by adjusting
123+
// the minimum capacity upwards for small items. This code only needs
124124
// to handle ctrl_align which are less than or equal to Group::WIDTH,
125125
// because valid layout sizes are always a multiple of the alignment,
126126
// so anything with alignment over the Group::WIDTH won't hit this edge

0 commit comments

Comments
 (0)