Skip to content

Commit aa7ec21

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 99a2b93 commit aa7ec21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/connection/udpserver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ class ClientSessionManager {
175175
size_t bytes_received{0};
176176

177177
ClientSession() : last_seen(std::chrono::steady_clock::now()) {}
178-
178+
179179
ClientSession(const std::string& ep)
180180
: endpoint(ep), last_seen(std::chrono::steady_clock::now()) {}
181181
};

0 commit comments

Comments
 (0)