Correct a bogus goimport rewrite for tests

pull/1873/head
Sean Chittenden 2016-03-23 22:35:49 -07:00
parent da872fee63
commit 828606232e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import (
"github.com/hashicorp/consul/consul/structs"
"github.com/hashicorp/consul/testutil"
"github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc"
"github.com/hashicorp/net-rpc-msgpackrpc"
"github.com/hashicorp/serf/serf"
)