Commit c62870fb authored by rht's avatar rht
Browse files

Run 'gofmt -s -w' on these files

parent 95198430
......@@ -109,7 +109,7 @@ func TestNotifications(t *testing.T) {
// there's one stream per conn that we need to drain....
// unsure where these are coming from
for i, _ := range nets {
for i := range nets {
n := notifiees[i]
testOCStream(n, nil)
testOCStream(n, nil)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment