mirror of
https://github.com/status-im/consul.git
synced 2025-02-22 18:38:19 +00:00
agent/local: silly spacing on select statements
This commit is contained in:
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…
x
Reference in New Issue
Block a user