Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea2e908

Browse files
committed
chore: fmt
1 parent 1be4b48 commit ea2e908

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cli/usereditroles.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ func (r *RootCmd) userEditRoles() *serpent.Command {
3636
Name: "roles",
3737
Description: fmt.Sprintf("A list of roles to give to the user. This removes any existing roles the user may have. The available roles are: %s.", strings.Join(siteRoles, ", ")),
3838
Flag: "roles",
39-
Value: serpent.StringArrayOf(&givenRoles)},
39+
Value: serpent.StringArrayOf(&givenRoles),
40+
},
4041
},
4142
Middleware: serpent.Chain(serpent.RequireNArgs(1), r.InitClient(client)),
4243
Handler: func(inv *serpent.Invocation) error {

0 commit comments

Comments
 (0)