From 96befa5ff82c10e661d466160cdd755d23715bb1 Mon Sep 17 00:00:00 2001 From: jrconlin Date: Wed, 18 Jan 2023 16:59:58 -0800 Subject: [PATCH] f fmt --- autopush/src/client.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/autopush/src/client.rs b/autopush/src/client.rs index cb92cf936..00d0dd0c1 100644 --- a/autopush/src/client.rs +++ b/autopush/src/client.rs @@ -552,11 +552,7 @@ where } }; - let AwaitSessionComplete { - srv, - webpush, - .. - } = session_complete.take(); + let AwaitSessionComplete { srv, webpush, .. } = session_complete.take(); let response = srv .clients