Skip to content

Commit 848d273

Browse files
authored
Remove some trailing whitespace (#41998)
1 parent bb2d863 commit 848d273

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)