agent/local: silly spacing on select statements

pull/4320/head
Mitchell Hashimoto 6 years ago
parent 8c72bb0cdf
commit b3854fdd28
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A

@ -1636,7 +1636,6 @@ func TestAgent_AliasCheck(t *testing.T) {
select { select {
case <-notifyCh: case <-notifyCh:
t.Fatal("notify received") t.Fatal("notify received")
default: default:
} }
@ -1645,7 +1644,6 @@ func TestAgent_AliasCheck(t *testing.T) {
select { select {
case <-notifyCh: case <-notifyCh:
t.Fatal("notify received") t.Fatal("notify received")
default: default:
} }

Loading…
Cancel
Save