Skip to content

Commit 9caac72

Browse files
anandijainsostock
andauthored
Update src/utils.jl
Co-authored-by: Sebastian Stock <42280794+sostock@users.noreply.github.com>
1 parent 7cd3862 commit 9caac72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,4 +246,4 @@ struct AffineError <: Exception
246246
x
247247
end
248248

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

0 commit comments

Comments
 (0)