Skip to content

Commit 63efded

Browse files
authored
trailing whitespace
1 parent cfb73b2 commit 63efded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/REPL/src/REPL.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ function add_history(hist::REPLHistoryProvider, s::PromptState)
633633
else # handle eg devnull
634634
print(hist.history_file, entry)
635635
flush(hist.history_file)
636-
end
636+
end
637637
nothing
638638
end
639639

0 commit comments

Comments
 (0)