From 151eb2b656e8ee2b4864653f3f785133f506c47e Mon Sep 17 00:00:00 2001 From: Jose Garcia Date: Thu, 26 Aug 2021 08:35:30 -0400 Subject: [PATCH] fix linter --- cmd/ghcs/create.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmd/ghcs/create.go b/cmd/ghcs/create.go index 9b25b00b5..d08c4913d 100644 --- a/cmd/ghcs/create.go +++ b/cmd/ghcs/create.go @@ -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