From d03bf5311487484f34b2c73993c26635da34ac1e Mon Sep 17 00:00:00 2001 From: "enzyme-ci-bot[bot]" <78882869+enzyme-ci-bot[bot]@users.noreply.github.com> Date: Sun, 9 Mar 2025 13:17:28 +0000 Subject: [PATCH] Format code --- src/mlir/IR/Operation.jl | 2 +- test/ops.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mlir/IR/Operation.jl b/src/mlir/IR/Operation.jl index 703606f4e5..ead58de685 100644 --- a/src/mlir/IR/Operation.jl +++ b/src/mlir/IR/Operation.jl @@ -336,4 +336,4 @@ function create_operation_at_front(args...; kwargs...) res = create_operation_common(args...; kwargs...) Base.pushfirst!(block(), res) return res -end \ No newline at end of file +end diff --git a/test/ops.jl b/test/ops.jl index 6c21d9b3f8..771e0aa2b8 100644 --- a/test/ops.jl +++ b/test/ops.jl @@ -1119,4 +1119,4 @@ end @test length(csts) == 2 @test occursin("1, 2, 3, 4", csts[1]) @test occursin("6, 2, 3, 4", csts[2]) -end \ No newline at end of file +end