Skip to content

Commit 2e5c1ab

Browse files
committed
Fix linter issues
1 parent 243a289 commit 2e5c1ab

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

command/command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"os"
55

66
"github.com/urfave/cli"
7-
7+
88
"github.com/smallstep/cli-utils/step"
99
"github.com/smallstep/cli-utils/usage"
1010
)

command/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55

66
"github.com/urfave/cli"
7-
7+
88
"github.com/smallstep/cli-utils/command"
99
"github.com/smallstep/cli-utils/step"
1010
)

fileutil/write.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"time"
1111

1212
"github.com/pkg/errors"
13-
13+
1414
"github.com/smallstep/cli-utils/command"
1515
"github.com/smallstep/cli-utils/ui"
1616
)

step/context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
"github.com/pkg/errors"
1313
"github.com/urfave/cli"
14-
14+
1515
"github.com/smallstep/cli-utils/errs"
1616
"github.com/smallstep/cli-utils/ui"
1717
)

token/provision/provision_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"time"
88

99
"github.com/stretchr/testify/assert"
10-
10+
1111
"go.step.sm/crypto/jose"
1212
"go.step.sm/crypto/pemutil"
1313

usage/html.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"time"
1010

1111
"github.com/urfave/cli"
12-
12+
1313
"github.com/smallstep/cli-utils/errs"
1414
)
1515

usage/printer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"unicode"
1111

1212
"github.com/urfave/cli"
13-
13+
1414
md "github.com/smallstep/cli-utils/pkg/blackfriday"
1515
)
1616

0 commit comments

Comments
 (0)