Cargo fmt
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
notplants 2022-07-15 11:37:05 +02:00
parent bc0c0fca7f
commit 03ac890793
1 changed files with 1 additions and 1 deletions

View File

@ -49,4 +49,4 @@ pub async fn wait_for_sbot() -> Result<String, PeachConfigError> {
whoami.ok_or(PeachConfigError::WaitForSbotError {
message: "Failed to find sbot_id after 10 attempts".to_string(),
})
}
}