Skip to content

Commit

Permalink
refactor: indentation cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
Jérôme Benoit committed Jan 15, 2024
1 parent 4a7d98e commit b6a96d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
* of this library should prefer the modular access though.
*/
var Heap = require('./heap.js'),
FibonacciHeap = require('./fibonacci-heap.js'),
SuffixArray = require('./suffix-array.js'),
Vector = require('./vector.js');
FibonacciHeap = require('./fibonacci-heap.js'),
SuffixArray = require('./suffix-array.js'),
Vector = require('./vector.js');

module.exports = {
BiMap: require('./bi-map.js'),
Expand Down

0 comments on commit b6a96d9

Please sign in to comment.