File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ func (ls Ls) displayWorkspacesAndHelp(org *entity.Organization, otherOrgs []enti
319319 }
320320 } else {
321321 ls .terminal .Vprintf ("You have %d instances in Org " + ls .terminal .Yellow (org .Name )+ "\n " , len (userWorkspaces ))
322- displayWorkspacesTable (ls .terminal , userWorkspaces , userID )
322+ displayWorkspacesTable (ls .terminal , userWorkspaces )
323323
324324 fmt .Print ("\n " )
325325
@@ -405,7 +405,7 @@ func getBrevTableOptions() table.Options {
405405 return options
406406}
407407
408- func displayWorkspacesTable (t * terminal.Terminal , workspaces []entity.Workspace , userID string ) {
408+ func displayWorkspacesTable (t * terminal.Terminal , workspaces []entity.Workspace ) {
409409 ta := table .NewWriter ()
410410 ta .SetOutputMirror (os .Stdout )
411411 ta .Style ().Options = getBrevTableOptions ()
You can’t perform that action at this time.
0 commit comments