Skip to content

Commit 459a083

Browse files
committed
fix: lint
1 parent 6de1a82 commit 459a083

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cli/sharing.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ import (
1414

1515
const defaultGroupDisplay = "-"
1616

17-
type workspaceShareRow struct {
18-
User string `table:"user"`
19-
Group string `table:"group,default_sort"`
20-
Role codersdk.WorkspaceRole `table:"role"`
21-
}
22-
2317
func (r *RootCmd) sharing() *serpent.Command {
2418
orgContext := NewOrganizationContext()
2519

0 commit comments

Comments
 (0)