Skip to content

Commit 7acd3ae

Browse files
Fix whitespace issues suggested by Semgrep
Co-authored-by: semgrep-code-juliacomputing-new[bot] <177960334+semgrep-code-juliacomputing-new[bot]@users.noreply.github.com>
1 parent 5b1072a commit 7acd3ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/MultiDocumenter.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ All `DropdownComponent`s go in [`Column`](@ref)s, which go in [`MegaDropdownNav`
3535
3636
Any subtype of `DropdownComponent` must implement that `render` method.
3737
38-
The main subtype is [`MultiDocRef`](@ref), which refers to external documentation
39-
and adds it to the search index. However, there are others like [`ExternalLink`](@ref)
40-
which is used to link to external sites without making them searchable, and
38+
The main subtype is [`MultiDocRef`](@ref), which refers to external documentation
39+
and adds it to the search index. However, there are others like [`ExternalLink`](@ref)
40+
which is used to link to external sites without making them searchable, and
4141
users can implement their own custom components.
4242
"""
4343
abstract type DropdownComponent end

0 commit comments

Comments
 (0)