Skip to content

Commit c738d5b

Browse files
Fixup isnothing usage.
1 parent 4a2595a commit c738d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ function arguments(m::Method)
459459
argnames = template.slotnames
460460
end
461461
end
462-
if !isnothing(argnames)
462+
if argnames !== nothing
463463
local args = map(argnames[1:nargs(m)]) do arg
464464
arg === Symbol("#unused#") ? "_" : arg
465465
end

0 commit comments

Comments
 (0)