Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
phipsgabler committed Aug 13, 2019
1 parent 6085f43 commit 3d81fc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ir/ir.jl
Expand Up @@ -633,9 +633,9 @@ function Base.push!(p::Pipe, x)
end

function Base.pushfirst!(p::Pipe, x)
tmp = var!(p)
substitute!(p, tmp, pushfirst!(p.to, prewalk(substitute(p), x)))
return tmp
tmp = var!(p)
substitute!(p, tmp, pushfirst!(p.to, prewalk(substitute(p), x)))
return tmp
end

function Base.delete!(p::Pipe, v)
Expand Down

0 comments on commit 3d81fc7

Please sign in to comment.