Skip to content

Commit

Permalink
Update src/utils.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Stock <42280794+sostock@users.noreply.github.com>
  • Loading branch information
anandijain and sostock committed Jul 26, 2021
1 parent 7cd3862 commit 9caac72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -246,4 +246,4 @@ struct AffineError <: Exception
x
end

Base.showerror(io::IO, e::AffineError) = print(io, "AffineError: $(string(e.x))")
Base.showerror(io::IO, e::AffineError) = print(io, "AffineError: ", e.x)

0 comments on commit 9caac72

Please sign in to comment.