We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9be91c commit d7d3541Copy full SHA for d7d3541
src/ws/protocol.rs
@@ -2,7 +2,10 @@
2
//!
3
//! This module provides functions for building and parsing Kalshi WebSocket messages.
4
5
-use super::{Channel, command::{CommunicationsSharding, UpdateAction}};
+use super::{
6
+ Channel,
7
+ command::{CommunicationsSharding, UpdateAction},
8
+};
9
use serde::Deserialize;
10
use serde_json::Value as JsonValue;
11
0 commit comments