Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiSubira committed Sep 28, 2023
1 parent e50328c commit 102e8a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion dispatcher/cmd/dispatcher/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,10 @@ package main
// IA: clientYAddress.IA,
// Host: addr.HostIP(clientYAddress.PublicAddress),
// },
// Payload: snet.SCMPTracerouteRequest{Identifier: 0xdeaf, Sequence: 0xcafd},
// Payload: snet.SCMPTracerouteRequest{
// Identifier: 0xdeaf,
// Sequence: 0xcafd
// },
// Path: path.Empty{},
// },
// },
Expand Down
1 change: 0 additions & 1 deletion tools/topology/prometheus.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,3 @@ def _write_dc_file(self):
}
write_file(os.path.join(self.args.output_dir, PROM_DC_FILE),
yaml.dump(prom_dc, default_flow_style=False))

0 comments on commit 102e8a4

Please sign in to comment.