mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-06 17:50:39 +08:00
Complying with JavaScript Standard Style (npx standard --fix).
This commit is contained in:
@ -229,7 +229,7 @@ const AVLTree = (function () {
|
||||
return true
|
||||
}
|
||||
return _avl
|
||||
}());
|
||||
}())
|
||||
|
||||
/**
|
||||
* A Code for Testing the AVLTree
|
||||
|
Reference in New Issue
Block a user