Skip to content

Commit dd4b8c4

Browse files
KristofferCDilumAluthge
authored andcommitted
trailing whitespace
1 parent 9b35f92 commit dd4b8c4

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
@@ -659,7 +659,7 @@ function add_history(hist::REPLHistoryProvider, s::PromptState)
659659
else # handle eg devnull
660660
print(hist.history_file, entry)
661661
flush(hist.history_file)
662-
end
662+
end
663663
nothing
664664
end
665665

0 commit comments

Comments
 (0)