Skip to content

Commit 34b7ccd

Browse files
committed
-Fix indentation.
1 parent 8f63eaa commit 34b7ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ def BatchMatmulOp : LinalgStructuredBase_Op<"batch_matmul", !listconcat([AttrSiz
888888
}]>,
889889
OpBuilder<
890890
(ins "TypeRange":$resultTensorTypes, "ValueRange":$operands,
891-
"Attribute":$cast, CArg<"ArrayRef<NamedAttribute>", "{}">:$attributes),
891+
"Attribute":$cast, CArg<"ArrayRef<NamedAttribute>", "{}">:$attributes),
892892
[{
893893
$_state.addOperands(operands);
894894
$_state.addAttribute("cast", cast);

0 commit comments

Comments
 (0)