Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
arein committed Aug 5, 2023
1 parent 62eebf6 commit 440df50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/websocket_service/handlers/push_subscribe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ pub async fn handle(

// Registers account and subscribes to topic
info!(
"[{request_id}] Registering account: {:?} with topic: {} at project: {}. Scope: {:?}. Msg id: {:?}",
"[{request_id}] Registering account: {:?} with topic: {} at project: {}. Scope: {:?}. Msg \
id: {:?}",
&client_data.id, &push_topic, &project_data.id, &client_data.scope, &msg.id,
);
state
Expand Down

0 comments on commit 440df50

Please sign in to comment.