Skip to content

Commit

Permalink
fix: lint issue
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Jan 18, 2024
1 parent 9ad6a50 commit 741c73a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ func handleError(err error) {
format += "%s\n\n"
args = append(args, stderrStyles().ErrPadding.Render(stderrStyles().ErrorDetails.Render(err.Error())))
}

} else {
args = []interface{}{
stderrStyles().ErrPadding.Render(stderrStyles().ErrorDetails.Render(err.Error())),
Expand Down

0 comments on commit 741c73a

Please sign in to comment.