Skip to content

Commit

Permalink
dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Medrek authored and Jack Medrek committed Jan 23, 2024
1 parent 42aa64c commit a38f685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
} from './typedefs'
import { SeededRandom } from '@/utils/rand'

import presetTopos from './preset_topologies.json'
import presetTopos from './preset_topologies.json'

export class NetworkHub {
Config: Ref<Config>
Expand Down Expand Up @@ -220,7 +220,7 @@ export class NetworkHub {
}

for (const n of this.Nodes.value) {
if (n.id == 0) continue
if (n.id == 0) continue

let neighbors: any = []

Expand Down

0 comments on commit a38f685

Please sign in to comment.