Skip to content

Commit 35b5ef0

Browse files
committed
lint: fix blank-line whitespace around access specifiers
1 parent dd9df4d commit 35b5ef0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/httpserver/detail/radix_tree.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ class radix_tree {
257257
}
258258

259259
public:
260-
261260
// TASK-056: probe for a terminus of the specified kind at the EXACT
262261
// node reached by tokenizing `path` (pattern-equality, not request-
263262
// path matching). Unlike find(), this does NOT fall back to a

src/httpserver/detail/webserver_impl.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ class webserver_impl {
426426
}
427427
return phase_hook_count_handler_(p);
428428
}
429+
429430
private:
430431
[[nodiscard]] std::size_t phase_hook_count_lifecycle_(
431432
::httpserver::hook_phase p) const noexcept {
@@ -463,8 +464,8 @@ class webserver_impl {
463464
return 0;
464465
}
465466
}
466-
public:
467467

468+
public:
468469
// Dispatch helpers, start helpers, MHD trampolines, and the route /
469470
// upload sub-types live in a sibling header to keep this class
470471
// definition under the project per-file LOC ceiling. The inner gate

0 commit comments

Comments
 (0)