Skip to content

Commit e8a2c11

Browse files
KristofferCmbauman
authored andcommitted
trailing whitespace
1 parent a5a3f82 commit e8a2c11

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
@@ -679,7 +679,7 @@ function add_history(hist::REPLHistoryProvider, s::PromptState)
679679
else # handle eg devnull
680680
print(hist.history_file, entry)
681681
flush(hist.history_file)
682-
end
682+
end
683683
nothing
684684
end
685685

0 commit comments

Comments
 (0)