From 6170310e8721e225f64ddabf7a7358253d7a1249 Mon Sep 17 00:00:00 2001 From: stanly <stanly@yandex-team.ru> Date: Thu, 10 Feb 2022 16:46:49 +0300 Subject: Restoring authorship annotation for <stanly@yandex-team.ru>. Commit 2 of 2. --- library/cpp/http/server/options.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'library/cpp/http/server/options.h') diff --git a/library/cpp/http/server/options.h b/library/cpp/http/server/options.h index cfcf9ba330..38eda0e5e7 100644 --- a/library/cpp/http/server/options.h +++ b/library/cpp/http/server/options.h @@ -70,11 +70,11 @@ public: /// Default interface name to bind the server. Used when none of BindAddress are provided. inline THttpServerOptions& SetHost(const TString& host) noexcept { - Host = host; - - return *this; - } - + Host = host; + + return *this; + } + /// Default port to bind the server. Used when none of BindAddress are provided. inline THttpServerOptions& SetPort(ui16 port) noexcept { Port = port; -- cgit v1.2.3