Skip to content

Commit 7e92cca

Browse files
JeffBezansontkelman
authored andcommitted
replace Union( ) with Union{ } everywhere
1 parent 0006f47 commit 7e92cca

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
@@ -377,7 +377,7 @@ publish() = cd(Entry.publish,Dir.getmetabranch())
377377
build() = cd(Entry.build)
378378
build(pkgs::AbstractString...) = cd(Entry.build,[pkgs...])
379379

380-
generate(pkg::AbstractString, license::AbstractString; force::Bool=false, authors::Union(AbstractString,Array) = [], config::Dict=Dict()) =
380+
generate(pkg::AbstractString, license::AbstractString; force::Bool=false, authors::Union{AbstractString,Array} = [], config::Dict=Dict()) =
381381
cd(Generate.package,pkg,license,force=force,authors=authors,config=config)
382382

383383

0 commit comments

Comments
 (0)