File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
scripts/generate/templates Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ library Heap {
218
218
}
219
219
}
220
220
221
- /*
221
+ /**
222
222
* @dev Swap node `i` and `j` in the tree.
223
223
*/
224
224
function _swap (Uint256Heap storage self , uint64 i , uint64 j ) private {
@@ -485,7 +485,7 @@ library Heap {
485
485
}
486
486
}
487
487
488
- /*
488
+ /**
489
489
* @dev Swap node `i` and `j` in the tree.
490
490
*/
491
491
function _swap (Uint208Heap storage self , uint24 i , uint24 j ) private {
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ function clear(${struct} storage self) internal {
220
220
}
221
221
}
222
222
223
- /*
223
+ /**
224
224
* @dev Swap node \`i\` and \`j\` in the tree.
225
225
*/
226
226
function _swap(${ struct } storage self, ${ indexType } i, ${ indexType } j) private {
You can’t perform that action at this time.
0 commit comments