aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/ipv6_address/ipv6_address_p.h
diff options
context:
space:
mode:
authorantervis <antervis@yandex-team.ru>2022-02-10 16:49:48 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:48 +0300
commitb3eef5b52437f05851a3e8fb489a68db0132657b (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/ipv6_address/ipv6_address_p.h
parent0942f9eeaefcfc84db83fa240d8ed52b99345e7d (diff)
downloadydb-b3eef5b52437f05851a3e8fb489a68db0132657b.tar.gz
Restoring authorship annotation for <antervis@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/ipv6_address/ipv6_address_p.h')
-rw-r--r--library/cpp/ipv6_address/ipv6_address_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/ipv6_address/ipv6_address_p.h b/library/cpp/ipv6_address/ipv6_address_p.h
index 29405af946..44bec74579 100644
--- a/library/cpp/ipv6_address/ipv6_address_p.h
+++ b/library/cpp/ipv6_address/ipv6_address_p.h
@@ -2,6 +2,6 @@
#include "ipv6_address.h"
-inline TIpv6Address::TIpType FigureOutType(TStringBuf srcStr) noexcept {
- return srcStr.Contains(':') ? TIpv6Address::Ipv6 : TIpv6Address::Ipv4;
+inline TIpv6Address::TIpType FigureOutType(TStringBuf srcStr) noexcept {
+ return srcStr.Contains(':') ? TIpv6Address::Ipv6 : TIpv6Address::Ipv4;
}