Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteYue committed Jan 4, 2024
1 parent 9d7f128 commit d03bca0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions be/src/service/http_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,7 @@ Status HttpService::start() {
download_binlog_action);

AdjustLogLevelAction* adjust_log_level_action = _pool.add(new AdjustLogLevelAction());
_ev_http_server->register_handler(HttpMethod::POST, "api/glog/adjust",
adjust_log_level_action);
_ev_http_server->register_handler(HttpMethod::POST, "api/glog/adjust", adjust_log_level_action);

// Register BE version action
VersionAction* version_action =
Expand Down

0 comments on commit d03bca0

Please sign in to comment.