Skip to content

Commit 4ba4e77

Browse files
committed
Add missing newline
1 parent 506c347 commit 4ba4e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/unittests/IR/TypeAttrNamesTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ TEST(AbstractAttribute, LookupWithString) {
8787
// Check that lookups of non-existing Attributes returns nullopt.
8888
// Even if an attribute with the same name exists.
8989
EXPECT_FALSE(AbstractAttribute::lookup("fake.foo", &ctx).has_value());
90-
}
90+
}

0 commit comments

Comments
 (0)