Skip to content

Commit c369ab5

Browse files
committed
format
1 parent 67d7f09 commit c369ab5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/eckit/net/ProxiedTCPClient.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ class ProxiedTCPClient : public net::TCPClient {
2929
~ProxiedTCPClient() override;
3030

3131
using net::TCPClient::connect;
32-
net::TCPSocket& connect(const std::string& host, int port, int retries = 5, int timeout = 0, int retryDelay = 5) override;
32+
net::TCPSocket& connect(const std::string& host, int port, int retries = 5, int timeout = 0,
33+
int retryDelay = 5) override;
3334

3435
private:
3536

0 commit comments

Comments
 (0)