Skip to content

Commit a30dc70

Browse files
committed
format
1 parent 01f4ca0 commit a30dc70

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mlir/lib/Dialect/Linalg/Transforms/SimplifyDepthwiseConv.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ struct SimplifyDepthwiseConvQOp
145145
};
146146

147147
struct SimplifyDepthwiseConvPass
148-
: public impl::SimplifyDepthwiseConvPassBase<
149-
SimplifyDepthwiseConvPass> {
148+
: public impl::SimplifyDepthwiseConvPassBase<SimplifyDepthwiseConvPass> {
150149
using impl::SimplifyDepthwiseConvPassBase<
151150
SimplifyDepthwiseConvPass>::SimplifyDepthwiseConvPassBase;
152151

0 commit comments

Comments
 (0)