agent/local: silly spacing on select statements

This commit is contained in:
Mitchell Hashimoto 2018-07-19 14:21:30 -05:00
parent e42ca78c5d
commit dedc5ad69f
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 0 additions and 2 deletions

View File

@ -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:
}