Skip to content

Commit d35aa7e

Browse files
Format code (EnzymeAD#866)
Co-authored-by: enzyme-ci-bot[bot] <78882869+enzyme-ci-bot[bot]@users.noreply.github.com>
1 parent 93f1c2a commit d35aa7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/mlir/IR/Operation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,4 +336,4 @@ function create_operation_at_front(args...; kwargs...)
336336
res = create_operation_common(args...; kwargs...)
337337
Base.pushfirst!(block(), res)
338338
return res
339-
end
339+
end

test/ops.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1119,4 +1119,4 @@ end
11191119
@test length(csts) == 2
11201120
@test occursin("1, 2, 3, 4", csts[1])
11211121
@test occursin("6, 2, 3, 4", csts[2])
1122-
end
1122+
end

0 commit comments

Comments
 (0)