Skip to content

Commit

Permalink
add missed return
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth authored Dec 31, 2024
1 parent 9fe67a5 commit 6de4ad9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/svg/svg.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ func Colorize(src []byte, clr color.Color) []byte {
if err != nil {
fyne.LogError("", err)
}
return content
}

// ColorizeError is the same as Colorize, except returning instead of logging any error.
Expand Down

0 comments on commit 6de4ad9

Please sign in to comment.