Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
shashi committed Nov 4, 2018
2 parents cedcd9e + 901b02f commit f808149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/util.jl
Expand Up @@ -90,7 +90,7 @@ macro unimplemented(expr)
args = expr.args[2:end]
sig = string(expr)

vars = map(x->getvarname(x), args)
vars = map(getvarname, args)
typs = Expr(:vect, map(x -> :(typeof($x)), vars)...,)


Expand Down

0 comments on commit f808149

Please sign in to comment.