Format files

This commit is contained in:
Tony Klink 2024-01-26 14:15:53 -06:00
parent ecb49bf88a
commit ab9fe76494
Signed by: klink
GPG key ID: 85175567C4D19231
8 changed files with 34 additions and 34 deletions

View file

@ -262,7 +262,7 @@ async fn handle_req(
client: &mut Client,
subscription_id: SubscriptionId,
filters: Vec<Filter>,
) {
) {
let subscription = Subscription::new(subscription_id.clone(), filters);
let needs_historical_events = subscription.needs_historical_events();
@ -272,7 +272,7 @@ async fn handle_req(
client.ip(),
&subscription_error.message
);
let message = format!(
"[\"CLOSED\", \"{}\", \"{}\"]",
subscription_id, subscription_error.message