Skip to content

Commit

Permalink
Merge 442defc into ecd480c
Browse files Browse the repository at this point in the history
  • Loading branch information
amjustdoit committed Mar 27, 2019
2 parents ecd480c + 442defc commit 596a2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func isRuleExist(rule string) bool {
func toString(v interface{}) string {
str, ok := v.(string)
if !ok {
str = fmt.Sprintf("%#v", v)
str = fmt.Sprintf("%v", v)
}
return str
}
Expand Down

0 comments on commit 596a2a0

Please sign in to comment.