summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src/device
diff options
context:
space:
mode:
Diffstat (limited to 'mullvad-daemon/src/device')
-rw-r--r--mullvad-daemon/src/device/service.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/mullvad-daemon/src/device/service.rs b/mullvad-daemon/src/device/service.rs
index 39fbb469f9..3ebecf0483 100644
--- a/mullvad-daemon/src/device/service.rs
+++ b/mullvad-daemon/src/device/service.rs
@@ -261,7 +261,9 @@ pub struct AccountService {
}
impl AccountService {
- pub fn create_account(&self) -> impl Future<Output = Result<AccountNumber, rest::Error>> + use<> {
+ pub fn create_account(
+ &self,
+ ) -> impl Future<Output = Result<AccountNumber, rest::Error>> + use<> {
let proxy = self.proxy.clone();
let api_handle = self.api_availability.clone();
retry_future(