summaryrefslogtreecommitdiff
path: root/src/buildtool/common/remote/remote_common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/common/remote/remote_common.hpp')
-rw-r--r--src/buildtool/common/remote/remote_common.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buildtool/common/remote/remote_common.hpp b/src/buildtool/common/remote/remote_common.hpp
index 9df0db5c..675f41b2 100644
--- a/src/buildtool/common/remote/remote_common.hpp
+++ b/src/buildtool/common/remote/remote_common.hpp
@@ -28,8 +28,8 @@
#include "src/utils/cpp/expected.hpp"
struct ServerAddress {
- std::string host{};
- Port port{};
+ std::string host;
+ Port port;
[[nodiscard]] auto ToJson() const noexcept -> nlohmann::json {
return nlohmann::json(