From b9fe76b196b019f25252c72e65f5655daf309dad Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Mon, 16 Sep 2019 16:23:28 -0700 Subject: [PATCH] Format file. --- command/ssh/inspect.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/command/ssh/inspect.go b/command/ssh/inspect.go index fbd4f1a4..eee83789 100644 --- a/command/ssh/inspect.go +++ b/command/ssh/inspect.go @@ -9,14 +9,13 @@ import ( "fmt" "time" - "github.com/smallstep/cli/crypto/sshutil" - "golang.org/x/crypto/ed25519" - "github.com/pkg/errors" "github.com/smallstep/cli/command" + "github.com/smallstep/cli/crypto/sshutil" "github.com/smallstep/cli/errs" "github.com/smallstep/cli/utils" "github.com/urfave/cli" + "golang.org/x/crypto/ed25519" "golang.org/x/crypto/ssh" )