Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Merge pull request #29 from profclems/deepsource-transform-cfaaf677
Browse files Browse the repository at this point in the history
Format code with Go fmt
  • Loading branch information
profclems committed Aug 2, 2020
2 parents a6dda62 + 1adbb90 commit 7f6dff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/glab/utils/issue.go
Expand Up @@ -3,8 +3,8 @@ package utils
import "fmt"

// PrintHelpIssue : display issue command help
func PrintHelpIssue() {
func PrintHelpIssue() {

fmt.Println(`Issue Help`)

}
}

0 comments on commit 7f6dff2

Please sign in to comment.