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