Browse Source

Run 'gofmt -s -w' on these files

pull/2/head
rht 10 years ago
parent
commit
c62870fba3
  1. 2
      net/mock/mock_notif_test.go

2
net/mock/mock_notif_test.go

@ -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)

Loading…
Cancel
Save