Skip to content

Commit 70d3d3d

Browse files
committed
fmt
1 parent 3bd5f2f commit 70d3d3d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cli/organization.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ func (r *RootCmd) organizations() *clibase.Cmd {
3535
}
3636

3737
func (r *RootCmd) switchOrganization() *clibase.Cmd {
38-
var (
39-
client = new(codersdk.Client)
40-
)
38+
client := new(codersdk.Client)
4139

4240
cmd := &clibase.Cmd{
4341
Use: "switch <organization name | ID>",

0 commit comments

Comments
 (0)