Skip to content

Commit

Permalink
fix: Fix uneven trailing whitespace in strings (#3)
Browse files Browse the repository at this point in the history
Found as part of JuliaLang/julia#46372 - the reference parser treats lines of uneven whitespace in a weird inconsistent way so there's some differences in whitespace in the final deindented string. This change removes those differences.
  • Loading branch information
c42f committed Jun 6, 2023
1 parent 81afe55 commit 33909b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/levels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ for L in (:NotSet, :All, :Off, :Trace, :Notice, :Critical, :Alert, :Emergency, :
@doc """
$($L_name)
Alias for [`$($L)`](@ref LogLevel)""" $L
end
end
Expand Down

0 comments on commit 33909b2

Please sign in to comment.