@@ -8,9 +8,9 @@ |
||
8 | 8 | * @license https://github.com/MBHFramework/mbh-framework/blob/master/LICENSE (MIT License) |
9 | 9 | */ |
10 | 10 | |
11 | - /** |
|
12 | - * Common to structures that require a capacity which is a power of two. |
|
13 | - */ |
|
11 | + /** |
|
12 | + * Common to structures that require a capacity which is a power of two. |
|
13 | + */ |
|
14 | 14 | trait SquaredCapacity |
15 | 15 | { |
16 | 16 | use Capacity; |