Skip to content

Commit 80ab2b9

Browse files
glou-nesgithub-actions[bot]
authored andcommitted
Format code
1 parent 9ece827 commit 80ab2b9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/Ops.jl

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,14 @@ 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), (), "comparator"; no_args_in_result=true, return_dialect=:stablehlo)[2]
964+
func = Reactant.TracedUtils.make_mlir_fn(
965+
comparator,
966+
(a, b),
967+
(),
968+
"comparator";
969+
no_args_in_result=true,
970+
return_dialect=:stablehlo,
971+
)[2]
965972
@assert MLIR.IR.nregions(func) == 1
966973
fn_name = String(
967974
MLIR.IR.attr(func, String(MLIR.API.mlirSymbolTableGetSymbolAttributeName()))

0 commit comments

Comments
 (0)