mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-12-19 06:58:15 +08:00
Complying with JavaScript Standard Style (npx standard --fix).
This commit is contained in:
@@ -9,4 +9,3 @@ function density (numberOfNodes, numberOfEdges, isDirected = false) {
|
||||
}
|
||||
|
||||
export { density }
|
||||
|
||||
|
||||
@@ -45,4 +45,3 @@ export { FloydWarshall }
|
||||
// [Infinity, Infinity, 1, 0]
|
||||
// ]
|
||||
// )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user