Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gopinath-langote committed Oct 22, 2019
1 parent 467ef74 commit 58aeb47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/utils/printer.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ package utils

import (
"fmt"
"github.com/logrusorgru/aurora"
"strings"

"github.com/logrusorgru/aurora"
)

// Dash return dashes with fixed length - 72
Expand Down Expand Up @@ -34,7 +35,7 @@ func CPrintln(text string, style Style) {
fmt.Println()
}

// CPrintln prints the text with given formatting style
// CPrint prints the text with given formatting style
func CPrint(text string, style Style) {
formattedText := colorize(text, style)
formattedText = bold(formattedText, style)
Expand Down

0 comments on commit 58aeb47

Please sign in to comment.