Skip to content

Commit 0379249

Browse files
committed
add missing newline at end of file
1 parent 53ec99c commit 0379249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/test/common/attribute_utils_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,4 @@ TEST(AttributeMapTest, EqualTo)
179179
EXPECT_FALSE(attribute_map.EqualTo(kv_iterable_different_value));
180180
EXPECT_FALSE(attribute_map.EqualTo(kv_iterable_different_type));
181181
EXPECT_FALSE(attribute_map.EqualTo(kv_iterable_different_size));
182-
}
182+
}

0 commit comments

Comments
 (0)