aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/test_utils.h
diff options
context:
space:
mode:
authorasatarin <asatarin@yandex-team.ru>2022-02-10 16:47:30 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:30 +0300
commit4ca29390ac54b7877174de542de47532c67453b5 (patch)
tree14f6fc2edf989ce65a7555e8882e3eae3e9306fe /library/cpp/messagebus/test_utils.h
parent05f59b2581f074c756adaee6b260014ac3a0c3ec (diff)
downloadydb-4ca29390ac54b7877174de542de47532c67453b5.tar.gz
Restoring authorship annotation for <asatarin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/messagebus/test_utils.h')
-rw-r--r--library/cpp/messagebus/test_utils.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/messagebus/test_utils.h b/library/cpp/messagebus/test_utils.h
index 2abdf504b1..42725c0b9b 100644
--- a/library/cpp/messagebus/test_utils.h
+++ b/library/cpp/messagebus/test_utils.h
@@ -1,6 +1,6 @@
-#pragma once
-
-// Do nothing if there is no support for IPv4
+#pragma once
+
+// Do nothing if there is no support for IPv4
#define ASSUME_IP_V4_ENABLED \
do { \
try { \
@@ -9,4 +9,4 @@
Y_UNUSED(ex); \
return; \
} \
- } while (0)
+ } while (0)