Skip to content

Commit f0b850b

Browse files
committed
fix commit boundary
1 parent ff9b1f1 commit f0b850b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conversion.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Expr(x::EXPR{LITERAL{Tokens.TRIPLE_STRING}}) = x.val
4747

4848

4949
# cross compatability for line number insertion in macrocalls
50-
@static if VERSION <= v"0.7.0-DEV.357"
50+
@static if VERSION < v"0.7.0-DEV.357"
5151
Expr(x::EXPR{LITERAL{Tokens.CMD}}) = Expr(:macrocall, Symbol("@cmd"), x.val[2:end-1])
5252

5353
function Expr(x::EXPR{x_Str})

0 commit comments

Comments
 (0)