Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit eefa2f3

Browse files
committed
gofmt
1 parent e064c47 commit eefa2f3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

internal/cmd/update.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ import (
2121
"strings"
2222
"time"
2323

24+
"golang.org/x/xerrors"
25+
2426
"cdr.dev/coder-cli/internal/config"
2527
"cdr.dev/coder-cli/internal/version"
2628
"cdr.dev/coder-cli/pkg/clog"
27-
"golang.org/x/xerrors"
2829

2930
"github.com/Masterminds/semver/v3"
3031
"github.com/manifoldco/promptui"

internal/cmd/update_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ import (
1414
"strings"
1515
"testing"
1616

17-
"cdr.dev/coder-cli/pkg/clog"
1817
"cdr.dev/slog/sloggers/slogtest/assert"
1918
"github.com/manifoldco/promptui"
2019
"github.com/spf13/afero"
2120
"golang.org/x/xerrors"
21+
22+
"cdr.dev/coder-cli/pkg/clog"
2223
)
2324

2425
const (

0 commit comments

Comments
 (0)