Skip to content

Commit

Permalink
fix: clang-format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
helintongh committed Mar 27, 2024
1 parent cc3e43b commit 6f71b95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/cinatra/coro_http_server.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,6 @@ class coro_http_server {
std::string_view address() { return address_; }
std::errc get_errc() { return errc_; }


private:
std::errc listen() {
CINATRA_LOG_INFO << "begin to listen";
Expand Down

0 comments on commit 6f71b95

Please sign in to comment.