style fix

This commit is contained in:
Yakov Olkhovskiy 2022-11-22 13:10:33 +00:00
parent 988b030bfd
commit ac4b050644

View File

@ -12,7 +12,6 @@ namespace DB
struct IPv6 : StrongTypedef<UInt128, struct IPv6Tag>
{
constexpr IPv6() = default;
constexpr explicit IPv6(const UInt128 & x) : StrongTypedef(x) {}
constexpr explicit IPv6(UInt128 && x) : StrongTypedef(std::move(x)) {}