mirror of https://github.com/hashicorp/consul
agent/local: silly spacing on select statements
parent
8c72bb0cdf
commit
b3854fdd28
|
@ -1636,7 +1636,6 @@ func TestAgent_AliasCheck(t *testing.T) {
|
|||
select {
|
||||
case <-notifyCh:
|
||||
t.Fatal("notify received")
|
||||
|
||||
default:
|
||||
}
|
||||
|
||||
|
@ -1645,7 +1644,6 @@ func TestAgent_AliasCheck(t *testing.T) {
|
|||
select {
|
||||
case <-notifyCh:
|
||||
t.Fatal("notify received")
|
||||
|
||||
default:
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue