mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 00:01:37 +08:00
merge: Format codebase with standard.js
(#989)
* Auto-update DIRECTORY.md * fix: some redundancy according to standard javascript library Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
@ -42,7 +42,7 @@ export function TopologicalSorter () {
|
||||
}
|
||||
|
||||
finishingTimeList.push({
|
||||
node: node,
|
||||
node,
|
||||
finishTime: ++finishTimeCount
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user