Skip to content

Commit

Permalink
Format code (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: mofeing <15837247+mofeing@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and mofeing authored Jun 24, 2024
1 parent 458bc63 commit 942c77e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/overloads.jl
Original file line number Diff line number Diff line change
Expand Up @@ -600,9 +600,7 @@ for (jlop, hloop) in (
end
end

function elem_apply(
::Type{T}, lhs::TracedRArray{ElType,Shape,N}
) where {T, ElType,Shape,N}
function elem_apply(::Type{T}, lhs::TracedRArray{ElType,Shape,N}) where {T,ElType,Shape,N}
inTy = MLIR.IR.type(lhs.mlir_data)
outTy = MLIR.IR.TensorType(Base.size(inTy), MLIR.IR.Type(T))
return TracedRArray{T,Shape,N}(
Expand Down

0 comments on commit 942c77e

Please sign in to comment.