Skip to content

Commit 151eb2b

Browse files
committed
fix linter
1 parent 2ef6e95 commit 151eb2b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmd/ghcs/create.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ import (
1515
"github.com/spf13/cobra"
1616
)
1717

18-
var repo, branch, machine string
19-
2018
type CreateOptions struct {
2119
Repo string
2220
Branch string
@@ -132,7 +130,6 @@ func showStatus(ctx context.Context, log *output.Logger, apiClient *api.API, use
132130
}
133131

134132
inProgress = true
135-
break
136133
case codespaces.PostCreateStateFailed:
137134
if lastState.Name == state.Name && lastState.Status != state.Status {
138135
lastState = state

0 commit comments

Comments
 (0)