Skip to content

Commit 49519c2

Browse files
author
Matthew Coleman
committed
Clean-up
1 parent e31435a commit 49519c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/shui/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func (d *DisplayModeArg) Set(v string) error {
4242
return err
4343
}
4444

45-
func (d DisplayModeArg) Type() string {
45+
func (d *DisplayModeArg) Type() string {
4646
return "display"
4747
}
4848

@@ -60,7 +60,7 @@ func (q *QueryModeArg) Set(v string) error {
6060
return err
6161
}
6262

63-
func (q QueryModeArg) Type() string {
63+
func (q *QueryModeArg) Type() string {
6464
return "mode"
6565
}
6666

0 commit comments

Comments
 (0)