Skip to content

Commit 5bd4f57

Browse files
committed
cargo fmt
1 parent 50f0c5b commit 5bd4f57

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

ggsql-jupyter/src/kernel.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,11 @@ impl KernelServer {
650650
}
651651
// Unknown comm — still respond to avoid RPC timeouts
652652
else {
653-
tracing::warn!("JSON-RPC request for unknown comm_id: {}, method: {}", comm_id, method);
653+
tracing::warn!(
654+
"JSON-RPC request for unknown comm_id: {}, method: {}",
655+
comm_id,
656+
method
657+
);
654658
self.send_shell_reply(
655659
"comm_msg",
656660
json!({

0 commit comments

Comments
 (0)