Skip to content

Commit

Permalink
forgot a space in showerror(::BackendException) (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 authored Oct 12, 2024
1 parent c67ac1b commit b677b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sources/sources.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function Base.showerror(io::IO, e::BackendException)
printstyled(io, "Rasters.jl"; underline = true)
printstyled(io, " requires backends to be loaded manually. Run ")
printstyled(io, "`import $(e.backend)`"; bold = true)
print(io, "to fix this error.")
print(io, " to fix this error.")
end

# Get the source backend for a file extension, falling back to GDALsource
Expand Down

0 comments on commit b677b05

Please sign in to comment.