Skip to content

Commit f2dd2fc

Browse files
author
Michael Tyler Maitland
committed
fixup! listen to clang-format
1 parent 1bbfa14 commit f2dd2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/unittests/IR/ValueTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9+
#include "mlir/IR/Value.h"
910
#include "../../test/lib/Dialect/Test/TestDialect.h"
1011
#include "../../test/lib/Dialect/Test/TestOps.h"
1112
#include "mlir/IR/Builders.h"
1213
#include "mlir/IR/BuiltinTypes.h"
1314
#include "mlir/IR/OperationSupport.h"
14-
#include "mlir/IR/Value.h"
1515
#include "gtest/gtest.h"
1616

1717
using namespace mlir;

0 commit comments

Comments
 (0)