Skip to content

Commit

Permalink
missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
musm committed Oct 10, 2019
1 parent ffcc51a commit 8fd5ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/path.jl
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ function splitpath(p::String)
return out
end

joinpath(path::AbstractString)= String(path)
joinpath(path::AbstractString) = String(path)

if Sys.iswindows()

Expand Down

0 comments on commit 8fd5ddf

Please sign in to comment.