aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/http/ut
diff options
context:
space:
mode:
authormsherbakov <msherbakov@yandex-team.ru>2022-02-10 16:49:16 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:16 +0300
commitc224a621661ddd69699f9476922eb316607ef57e (patch)
tree33f4d878aa0a9faa964005e06bfab0272313aa71 /library/cpp/actors/http/ut
parent29d0b2eeae154d04156e0698067c0c21a97ea61d (diff)
downloadydb-c224a621661ddd69699f9476922eb316607ef57e.tar.gz
Restoring authorship annotation for <msherbakov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/actors/http/ut')
-rw-r--r--library/cpp/actors/http/ut/ya.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/actors/http/ut/ya.make b/library/cpp/actors/http/ut/ya.make
index 8b4c04c4d3..8d83a1ea91 100644
--- a/library/cpp/actors/http/ut/ya.make
+++ b/library/cpp/actors/http/ut/ya.make
@@ -8,11 +8,11 @@ PEERDIR(
library/cpp/actors/testlib
)
-IF (NOT OS_WINDOWS)
+IF (NOT OS_WINDOWS)
SRCS(
http_ut.cpp
)
-ELSE()
-ENDIF()
+ELSE()
+ENDIF()
END()