Skip to content

Commit d7d3541

Browse files
committed
style: run cargo fmt
1 parent d9be91c commit d7d3541

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/ws/protocol.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
//!
33
//! This module provides functions for building and parsing Kalshi WebSocket messages.
44
5-
use super::{Channel, command::{CommunicationsSharding, UpdateAction}};
5+
use super::{
6+
Channel,
7+
command::{CommunicationsSharding, UpdateAction},
8+
};
69
use serde::Deserialize;
710
use serde_json::Value as JsonValue;
811

0 commit comments

Comments
 (0)