Skip to content

Commit 7f36c04

Browse files
DilumAluthgeLilithHafner
authored andcommitted
Remove some trailing whitespace (JuliaLang#41998)
1 parent 9e648d9 commit 7f36c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/REPL/src/docview.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ end
405405
function repl_latex(io::IO, s0::String)
406406
# This has rampant `Core.Box` problems (#15276). Use the tricks of
407407
# https://docs.julialang.org/en/v1/manual/performance-tips/#man-performance-captured
408-
# We're changing some of the values so the `let` trick isn't applicable.
408+
# We're changing some of the values so the `let` trick isn't applicable.
409409
s::String = s0
410410
latex::String = symbol_latex(s)
411411
if isempty(latex)

0 commit comments

Comments
 (0)