diff options
author | asatarin <[email protected]> | 2022-02-10 16:47:30 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:30 +0300 |
commit | ca04a556317a80ac802f38457a2292185282878b (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /library/cpp/messagebus/test_utils.h | |
parent | 4ca29390ac54b7877174de542de47532c67453b5 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/messagebus/test_utils.h')
-rw-r--r-- | library/cpp/messagebus/test_utils.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/messagebus/test_utils.h b/library/cpp/messagebus/test_utils.h index 42725c0b9bd..2abdf504b16 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) |