Skip to content

Commit

Permalink
requires
Browse files Browse the repository at this point in the history
  • Loading branch information
bramtayl committed Oct 1, 2018
1 parent 49fb44e commit bf0cb70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
julia 0.6
julia 1.0
MacroTools
2 changes: 1 addition & 1 deletion src/LightQuery.jl
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ anonymize_arguments(atail, line, file) =
atail
else
build_call(
Symbol(chop(string_function)),
Meta.parse(chop(string_function)),
arguments, parity, line, file
)
end
Expand Down

0 comments on commit bf0cb70

Please sign in to comment.