Skip to content

Commit a6df347

Browse files
committed
Apply clang-tidy fixes for llvm-namespace-comment in TestDialectInterfaces.cpp (NFC)
1 parent fca7230 commit a6df347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/lib/Dialect/Test/TestDialectInterfaces.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ struct TestResourceBlobManagerInterface
3939

4040
namespace {
4141
enum test_encoding { k_attr_params = 0, k_test_i32 = 99 };
42-
}
42+
} // namespace
4343

4444
// Test support for interacting with the Bytecode reader/writer.
4545
struct TestBytecodeDialectInterface : public BytecodeDialectInterface {

0 commit comments

Comments
 (0)