Skip to content

Commit 4375ffb

Browse files
committed
cmd/util: add space separator
Fix styling issue reported by gofmt. Signed-off-by: Bruno Meneguele <[email protected]>
1 parent 2a7550d commit 4375ffb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/util.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,7 @@ func mapLabelsAsLabelOptions(rn string, labelTerms []string) (gitlab.LabelOption
719719

720720
return gitlab.LabelOptions(matches), nil
721721
}
722+
722723
// dumpToken dumps information about a specific Personal Access Token
723724
func dumpToken(tokendata *gitlab.PersonalAccessToken) {
724725
fmt.Println("ID: ", tokendata.ID)

0 commit comments

Comments
 (0)