提交 02bdaf2c 编写于 作者: L lixinqi

reformat

上级 33d10dbb
......@@ -26,7 +26,7 @@ TEST(SingleThreadObjPool, naive) {
ASSERT_EQ(ptr, pool->make_shared().get());
}
struct Int { // NOLINT
struct Int { // NOLINT
Int() : x(0) {}
Int(int val) : x(val) {}
~Int() { x = 0; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册