From 6bfa25376d13cbe5574382e70c246523200cb686 Mon Sep 17 00:00:00 2001 From: Matthias Hanel Date: Fri, 21 Aug 2020 12:11:15 -0400 Subject: [PATCH] Removing blank line from imports --- server/opts_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server/opts_test.go b/server/opts_test.go index 8959c1cb..1c385269 100644 --- a/server/opts_test.go +++ b/server/opts_test.go @@ -28,9 +28,8 @@ import ( "time" "github.com/nats-io/jwt/v2" - "github.com/nats-io/nkeys" - "github.com/nats-io/nats.go" + "github.com/nats-io/nkeys" ) func checkOptionsEqual(t *testing.T, golden, opts *Options) {