Skip to content

Commit

Permalink
Switch to _
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner authored Jan 16, 2025
1 parent 221a607 commit d13acf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/REPLMode/argument_parsers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ packagetoken(word::String)::PackageToken =
"""
Parser for PackageSpec objects.
"""
function parse_package(args::Vector{QString}, _options; add_or_dev=false)::Vector{PackageSpec}
function parse_package(args::Vector{QString}, _; add_or_dev=false)::Vector{PackageSpec}
words′ = package_lex(args)
words = String[]
for word in words′
Expand Down

0 comments on commit d13acf8

Please sign in to comment.