Skip to content

Commit 3ff9e5e

Browse files
JeffBezansontkelman
authored andcommitted
remove some redundant (overwriten) method definitions
1 parent a9f9ae6 commit 3ff9e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/pkg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ installed(pkg::AbstractString) = cd(Entry.installed,pkg)
405405
Prints out a summary of what packages are installed and what version and state they're in.
406406
"""
407407
status(io::IO=STDOUT) = cd(Entry.status,io)
408-
status(pkg::AbstractString = "", io::IO=STDOUT) = cd(Entry.status,io,pkg)
408+
status(pkg::AbstractString, io::IO=STDOUT) = cd(Entry.status,io,pkg)
409409

410410
"""
411411
clone(pkg)

0 commit comments

Comments
 (0)