aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/gtest_extensions/pretty_printers.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/testing/gtest_extensions/pretty_printers.h')
-rw-r--r--library/cpp/testing/gtest_extensions/pretty_printers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/testing/gtest_extensions/pretty_printers.h b/library/cpp/testing/gtest_extensions/pretty_printers.h
index 15f07e4fe8..14d8284446 100644
--- a/library/cpp/testing/gtest_extensions/pretty_printers.h
+++ b/library/cpp/testing/gtest_extensions/pretty_printers.h
@@ -8,8 +8,8 @@
#include <util/stream/str.h>
#include <util/datetime/base.h>
-#include <gtest/gtest.h>
-#include <gmock/gmock.h>
+#include <gtest/gtest.h>
+#include <gmock/gmock.h>
/**
* Automatically define GTest pretty printer for type that can print itself to util's `IOutputStream`.