mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2026-03-13 15:21:15 +08:00
chore: 🤖 remove extra lines (#1330)
I ran the command yarn style and that got failed, so I fixed that
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
export function TopologicalSorter () {
|
||||
const graph = {}
|
||||
let isVisitedNode
|
||||
|
||||
Reference in New Issue
Block a user