Skip to content

Commit

Permalink
f fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jrconlin committed Jan 19, 2023
1 parent 1ef32cc commit 96befa5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions autopush/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -552,11 +552,7 @@ where
}
};

let AwaitSessionComplete {
srv,
webpush,
..
} = session_complete.take();
let AwaitSessionComplete { srv, webpush, .. } = session_complete.take();

let response = srv
.clients
Expand Down

0 comments on commit 96befa5

Please sign in to comment.