agent/local: silly spacing on select statements
This commit is contained in:
parent
e42ca78c5d
commit
dedc5ad69f
|
@ -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