Skip to content

Commit 46395e5

Browse files
committed
Fix lint
1 parent dfccab7 commit 46395e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ws/ws_manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ impl WsManager {
282282
}
283283
Message::ActiveAssetData(active_asset_data) => {
284284
serde_json::to_string(&Subscription::ActiveAssetData {
285-
user: active_asset_data.data.user.clone(),
285+
user: active_asset_data.data.user,
286286
coin: active_asset_data.data.coin.clone(),
287287
})
288288
.map_err(|e| Error::JsonParse(e.to_string()))

0 commit comments

Comments
 (0)