summaryrefslogtreecommitdiffstats
path: root/library/cpp/logger/rotating_file_ut.cpp
diff options
context:
space:
mode:
authorbixind <[email protected]>2022-02-10 16:50:12 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:50:12 +0300
commitdf6eb5b163c763cd9633a4850cfae72f8d742996 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/logger/rotating_file_ut.cpp
parentf2f03a1ea0c5413acb624a532384109a1517130d (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/logger/rotating_file_ut.cpp')
-rw-r--r--library/cpp/logger/rotating_file_ut.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/library/cpp/logger/rotating_file_ut.cpp b/library/cpp/logger/rotating_file_ut.cpp
index 3ab590e6645..84966933d96 100644
--- a/library/cpp/logger/rotating_file_ut.cpp
+++ b/library/cpp/logger/rotating_file_ut.cpp
@@ -1,13 +1,13 @@
-#include "rotating_file.h"
-#include "record.h"
-
-#include <util/generic/string.h>
-#include <util/system/fstat.h>
-#include <util/system/fs.h>
-
+#include "rotating_file.h"
+#include "record.h"
+
+#include <util/generic/string.h>
+#include <util/system/fstat.h>
+#include <util/system/fs.h>
+
#include <library/cpp/testing/unittest/registar.h>
#include <library/cpp/testing/unittest/tests_data.h>
-
+
Y_UNIT_TEST_SUITE(NewRotatingFileSuite) {
const TString PATH = GetWorkPath() + "/my.log";