diff options
author | Wolfy-J <[email protected]> | 2018-06-14 22:56:19 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-14 22:56:19 +0300 |
commit | 082c329d9dc84453a02693119d954f60a4792b11 (patch) | |
tree | a2e2279576c84a157c278869ee84d9f8f42b7c20 /cmd/rr/utils/cprint.go | |
parent | 5fef5b06e6261bc7c133380ef8b5bc8e63ac9fbe (diff) |
fmt
Diffstat (limited to 'cmd/rr/utils/cprint.go')
-rw-r--r-- | cmd/rr/utils/cprint.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/rr/utils/cprint.go b/cmd/rr/utils/cprint.go index e0fb6931..020975ec 100644 --- a/cmd/rr/utils/cprint.go +++ b/cmd/rr/utils/cprint.go @@ -2,9 +2,9 @@ package utils import ( "fmt" + "github.com/mgutz/ansi" "regexp" "strings" - "github.com/mgutz/ansi" ) var reg *regexp.Regexp @@ -25,4 +25,4 @@ func Sprintf(format string, args ...interface{}) string { }) return fmt.Sprintf(format, args...) -}
\ No newline at end of file +} |