Skip to content

Commit

Permalink
fix: simply return err
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroSuero committed Jun 12, 2024
1 parent 7a46616 commit bb40c9b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions png.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import (

func hasLibsvg() error {
_, err := exec.LookPath("rsvg-convert")
if err != nil {
return err
}
return err
}

Expand Down

0 comments on commit bb40c9b

Please sign in to comment.