Skip to content

Commit 24c7ddc

Browse files
🤖 chore: Lint source files.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/b7b7316fcc320ee7d249b0aa391d9a196c944421/src/transforms/sources:initial-lint.js Please contact the author of the transform if you believe there was an error.
1 parent fe09769 commit 24c7ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FibonacciHeap.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Node from './Node.js';
33
import {
44
_append as list_insert,
55
_remove as list_remove,
6-
_concat as list_concatenate
6+
_concat as list_concatenate,
77
} from '@aureooms/js-cll';
88

99
import list_reset_parent from './list_reset_parent.js';

0 commit comments

Comments
 (0)