Skip to content

Commit 9e51826

Browse files
committed
ref: cargo fmt fixes
1 parent 15f995d commit 9e51826

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/base/src/runner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ impl<C: LoadConfig> ServerRunner<C> {
139139
res?;
140140
}
141141

142-
// Ctrl+C
142+
// Ctrl+C
143143
_ = signal::ctrl_c() => {
144144
log::info!("Ctrl+C/Exit signal received, shutting down adapter");
145145
server.shutdown(&context).await?;

0 commit comments

Comments
 (0)