Skip to content

Commit 9a0db1f

Browse files
glou-nesgithub-actions[bot]
authored andcommitted
Format code
1 parent ab3a653 commit 9a0db1f

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
@@ -926,7 +926,9 @@ function sort(
926926

927927
#TODO: move to @trace
928928
(a, b) = (ConcreteRNumber(T(0)), ConcreteRNumber(T(0)))
929-
func = Reactant.make_mlir_fn(comparator, (a, b), (), "main"; no_args_in_result=true, return_dialect=:stablehlo)[2]
929+
func = Reactant.make_mlir_fn(
930+
comparator, (a, b), (), "main"; no_args_in_result=true, return_dialect=:stablehlo
931+
)[2]
930932
@assert MLIR.IR.nregions(func) == 1
931933
fn_name = String(
932934
MLIR.IR.attr(func, String(MLIR.API.mlirSymbolTableGetSymbolAttributeName()))

0 commit comments

Comments
 (0)