Skip to content

Commit

Permalink
cmd/util: add space separator
Browse files Browse the repository at this point in the history
Fix styling issue reported by gofmt.

Signed-off-by: Bruno Meneguele <[email protected]>
  • Loading branch information
bmeneg committed Feb 27, 2024
1 parent 2a7550d commit 4375ffb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,7 @@ func mapLabelsAsLabelOptions(rn string, labelTerms []string) (gitlab.LabelOption

return gitlab.LabelOptions(matches), nil
}

// dumpToken dumps information about a specific Personal Access Token
func dumpToken(tokendata *gitlab.PersonalAccessToken) {
fmt.Println("ID: ", tokendata.ID)
Expand Down

0 comments on commit 4375ffb

Please sign in to comment.