fix linter

This commit is contained in:
Jose Garcia 2021-08-26 08:35:30 -04:00
parent 2ef6e95982
commit 151eb2b656

View file

@ -15,8 +15,6 @@ import (
"github.com/spf13/cobra"
)
var repo, branch, machine string
type CreateOptions struct {
Repo string
Branch string
@ -132,7 +130,6 @@ func showStatus(ctx context.Context, log *output.Logger, apiClient *api.API, use
}
inProgress = true
break
case codespaces.PostCreateStateFailed:
if lastState.Name == state.Name && lastState.Status != state.Status {
lastState = state