Format files

This commit is contained in:
Jose Garcia 2021-09-30 11:09:59 -04:00
parent b5bbb442fd
commit 23d41ddb0d
2 changed files with 2 additions and 2 deletions

View file

@ -9,8 +9,8 @@ import (
"github.com/AlecAivazis/survey/v2"
"github.com/cli/cli/v2/cmd/ghcs/output"
"github.com/cli/cli/v2/internal/codespaces/api"
"github.com/cli/cli/v2/internal/codespaces"
"github.com/cli/cli/v2/internal/codespaces/api"
"github.com/fatih/camelcase"
"github.com/spf13/cobra"
)

View file

@ -12,8 +12,8 @@ import (
"strings"
"github.com/cli/cli/v2/cmd/ghcs/output"
"github.com/cli/cli/v2/internal/codespaces/api"
"github.com/cli/cli/v2/internal/codespaces"
"github.com/cli/cli/v2/internal/codespaces/api"
"github.com/cli/cli/v2/internal/liveshare"
"github.com/muhammadmuzzammil1998/jsonc"
"github.com/spf13/cobra"