Skip to content

Commit 23d41dd

Browse files
committed
Format files
1 parent b5bbb44 commit 23d41dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/ghcs/create.go

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

1010
"github.com/AlecAivazis/survey/v2"
1111
"github.com/cli/cli/v2/cmd/ghcs/output"
12-
"github.com/cli/cli/v2/internal/codespaces/api"
1312
"github.com/cli/cli/v2/internal/codespaces"
13+
"github.com/cli/cli/v2/internal/codespaces/api"
1414
"github.com/fatih/camelcase"
1515
"github.com/spf13/cobra"
1616
)

cmd/ghcs/ports.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import (
1212
"strings"
1313

1414
"github.com/cli/cli/v2/cmd/ghcs/output"
15-
"github.com/cli/cli/v2/internal/codespaces/api"
1615
"github.com/cli/cli/v2/internal/codespaces"
16+
"github.com/cli/cli/v2/internal/codespaces/api"
1717
"github.com/cli/cli/v2/internal/liveshare"
1818
"github.com/muhammadmuzzammil1998/jsonc"
1919
"github.com/spf13/cobra"

0 commit comments

Comments
 (0)