From b57c6ee3ecd308ef099ee1e7c7924e34637be355 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Fri, 16 Jan 2026 18:06:01 -0600 Subject: [PATCH] format --- src/websocket_client.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/websocket_client.rs b/src/websocket_client.rs index 6add849..b2d5e8f 100644 --- a/src/websocket_client.rs +++ b/src/websocket_client.rs @@ -16,9 +16,7 @@ use tokio_tungstenite::{ connect_async, tungstenite::protocol::Message as WsMessage, MaybeTlsStream, WebSocketStream, }; -use crate::proto::agent::{ - AgentHeartbeat, AgentJob, AgentJobList, JobType, QueryType, SnmpResult, -}; +use crate::proto::agent::{AgentHeartbeat, AgentJob, AgentJobList, JobType, QueryType, SnmpResult}; use crate::snmp::{SnmpClient, SnmpValue}; /// Phoenix channel message format (JSON wrapper around binary protobuf).