good morning!!!!

Skip to content
Snippets Groups Projects
Commit d3ccedc7 authored by Matthew Halpern's avatar Matthew Halpern Committed by Péter Szilágyi
Browse files

p2p/simulations: enforce camel case variable names (#19053)

parent 2e8a5e56
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@ OUTER:
connEventCount = nodeCount
OUTER_TWO:
OuterTwo:
for {
select {
case <-ctx.Done():
......@@ -211,7 +211,7 @@ OUTER_TWO:
connEventCount--
log.Debug("ev", "count", connEventCount)
if connEventCount == 0 {
break OUTER_TWO
break OuterTwo
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment