Skip to content

Commit 87933e4

Browse files
committed
Fix codestyle
1 parent b035ad7 commit 87933e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Client/ClientBase.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,8 @@ class ClientBase : public Poco::Util::Application, public IHints<2, ClientBase>
254254
}
255255
catch (const Exception & e)
256256
{
257-
if (e.message() == "Missing port number") {
257+
if (e.message() == "Missing port number")
258+
{
258259
hostPort.host = resolver.resolveHost(host_with_port).toString();
259260
hostPort.port = std::nullopt;
260261
return in;

0 commit comments

Comments
 (0)