Skip to content

Commit 5bd31e6

Browse files
committed
fix whitespace
1 parent ab89939 commit 5bd31e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/initdefs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ function load_path_expand(env::AbstractString)::Union{String, Nothing}
288288
program_file = program_file != C_NULL ? unsafe_string(program_file) : nothing
289289
isnothing(program_file) && return nothing # User did not pass a script
290290

291-
# Expand trailing relative path
291+
# Expand trailing relative path
292292
dir = dirname(program_file)
293293
dir = env != "@script" ? (dir * env[length("@script")+1:end]) : dir
294294
return current_project(dir)

0 commit comments

Comments
 (0)