Skip to content

Commit

Permalink
Delete trailing whitespace (#44836)
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored Apr 2, 2022
1 parent 8823058 commit daa2101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/REPL/src/docview.jl
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ accessible(mod::Module) =
map(names, moduleusings(mod))...;
collect(keys(Base.Docs.keywords))] |> unique |> filtervalid

function doc_completions(name)
function doc_completions(name)
res = fuzzysort(name, accessible(Main))

# to insert an entry like `raw""` for `"@raw_str"` in `res`
Expand Down

0 comments on commit daa2101

Please sign in to comment.