Skip to content

Commit fa58135

Browse files
committed
clang-format
1 parent 69c54e9 commit fa58135

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/include/mlir/Dialect/Utils/ReshapeOpsUtils.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ static LogicalResult verifyReshapeLikeTypes(Op op, T expandedType,
138138
[&](const Twine &msg) { return op->emitOpError(msg); },
139139
collapsedType.getShape(), expandedType.getShape(),
140140
op.getReassociationIndices(), isExpansion);
141-
142141
}
143142

144143
/// Verify that shapes of the reshaped types using following rules

0 commit comments

Comments
 (0)