clang-format

pull/13357/head
Mark D. Roth 7 years ago
parent b337de9e02
commit 9aea257391
  1. 4
      test/core/support/ref_counted_ptr_test.cc

@ -48,9 +48,7 @@ TEST(RefCountedPtr, ExplicitConstructorEmpty) {
RefCountedPtr<Foo> foo(nullptr);
}
TEST(RefCountedPtr, ExplicitConstructor) {
RefCountedPtr<Foo> foo(New<Foo>());
}
TEST(RefCountedPtr, ExplicitConstructor) { RefCountedPtr<Foo> foo(New<Foo>()); }
TEST(RefCountedPtr, MoveConstructor) {
RefCountedPtr<Foo> foo(New<Foo>());

Loading…
Cancel
Save