Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
  • Loading branch information
mblaschke committed Mar 20, 2022
1 parent c83b78a commit e36d2ae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ var (
func stringPtrToStringLower(val *string) string {
return strings.ToLower(to.String(val))
}
func stringToStringLower(val string) string {
return strings.ToLower(val)
}

func boolToString(b bool) string {
if b {
Expand Down

0 comments on commit e36d2ae

Please sign in to comment.