diff --git a/third-party/unittest/googletest/include/gtest/gtest-matchers.h b/third-party/unittest/googletest/include/gtest/gtest-matchers.h --- a/third-party/unittest/googletest/include/gtest/gtest-matchers.h +++ b/third-party/unittest/googletest/include/gtest/gtest-matchers.h @@ -32,7 +32,7 @@ // This file implements just enough of the matcher interface to allow // EXPECT_DEATH and friends to accept a matcher argument. -// // IWYU pragma: private, include "gtest/gtest.h" +// IWYU pragma: private, include "gtest/gtest.h" // IWYU pragma: friend gtest/.* // IWYU pragma: friend gmock/.*