Skip to content

Commit 56b2196

Browse files
glou-nesgithub-actions[bot]
authored andcommitted
Format code
1 parent 30a8da4 commit 56b2196

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Ops.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,9 @@ end
961961
@assert 0 < dimension <= ndims(x) "$x invalid dimension"
962962

963963
(a, b) = (Reactant.ConcreteRNumber(T(0)), Reactant.ConcreteRNumber(T(0)))
964-
func = Reactant.TracedUtils.make_mlir_fn(comparator, (a, b), (), "main"; no_args_in_result=true, return_dialect=:stablehlo)[2]
964+
func = Reactant.TracedUtils.make_mlir_fn(
965+
comparator, (a, b), (), "main"; no_args_in_result=true, return_dialect=:stablehlo
966+
)[2]
965967
@assert MLIR.IR.nregions(func) == 1
966968
fn_name = String(
967969
MLIR.IR.attr(func, String(MLIR.API.mlirSymbolTableGetSymbolAttributeName()))

0 commit comments

Comments
 (0)