From 03ac8907930c4e3568c6971d3a68fbc10a67061e Mon Sep 17 00:00:00 2001 From: notplants Date: Fri, 15 Jul 2022 11:37:05 +0200 Subject: [PATCH] Cargo fmt --- peach-config/src/wait_for_sbot.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peach-config/src/wait_for_sbot.rs b/peach-config/src/wait_for_sbot.rs index 6a1d2c1..9564261 100644 --- a/peach-config/src/wait_for_sbot.rs +++ b/peach-config/src/wait_for_sbot.rs @@ -49,4 +49,4 @@ pub async fn wait_for_sbot() -> Result { whoami.ok_or(PeachConfigError::WaitForSbotError { message: "Failed to find sbot_id after 10 attempts".to_string(), }) -} \ No newline at end of file +}