Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
ctring committed Oct 31, 2023
1 parent 1ecb908 commit 3723b23
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ use tracing::{debug, error, info, trace, warn, Instrument};
use super::TaskStateUpdate;
use crate::{
context::RequestContext,
metrics::{LAST_RECEIVED_LSN, LIVE_CONNECTIONS_COUNT, WALRECEIVER_STARTED_CONNECTIONS, LSN_RECEIVE_DELAY},
metrics::{
LAST_RECEIVED_LSN, LIVE_CONNECTIONS_COUNT, LSN_RECEIVE_DELAY,
WALRECEIVER_STARTED_CONNECTIONS,
},
task_mgr,
task_mgr::TaskKind,
task_mgr::WALRECEIVER_RUNTIME,
Expand Down

0 comments on commit 3723b23

Please sign in to comment.