Skip to content

Commit 3bf6b6c

Browse files
Update operations.jl
1 parent b1cbf01 commit 3bf6b6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/operations.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,3 @@ Operation(x) = convert(Operation, x)
6868
Base.Expr(op::Operation) =
6969
op.op isa Variable ? op.op.name : Expr(:call, Symbol(op.op), Expr.(op.args)...)
7070
Base.convert(::Type{Expr},x::Operation) = Expr(x)
71-
end

0 commit comments

Comments
 (0)