Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dobefore committed Feb 7, 2023
1 parent affe61e commit e840736
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,10 @@ pub async fn host_key(
key: hash.to_string(),
})
} else {
Err(UserError::Authentication(format!(
"Authentication failed for user {username}"
))
.into())
Err(
UserError::Authentication(format!("Authentication failed for user {username}"))
.into(),
)
}
}
None => Err(UserError::Authentication(format!(
Expand Down

0 comments on commit e840736

Please sign in to comment.