mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-06 09:28:26 +08:00
Complying with JavaScript Standard Style (npx standard --fix).
This commit is contained in:
@ -116,6 +116,6 @@ Trie.prototype.findOccurences = function (word) {
|
||||
// No such word exists
|
||||
if (node === null) return 0
|
||||
return node.count
|
||||
};
|
||||
}
|
||||
|
||||
export { Trie }
|
||||
|
Reference in New Issue
Block a user