Skip to content

Commit

Permalink
chore: fmt (#5193)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir authored Jun 21, 2023
1 parent 3be9f66 commit a81d36f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions binder/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -607,10 +607,9 @@ where
// If we made two attempts then that means:
//
// 1. A username was requested, we returned `s`.
// 2. An ssh key was requested, we returned to look up `s` in the
// ssh agent.
// 3. For whatever reason that lookup failed, so we were asked again
// for another mode of authentication.
// 2. An ssh key was requested, we returned to look up `s` in the ssh agent.
// 3. For whatever reason that lookup failed, so we were asked again for another mode of
// authentication.
//
// Essentially, if `attempts == 2` then in theory the only error was
// that this username failed to authenticate (e.g., no other network
Expand Down

0 comments on commit a81d36f

Please sign in to comment.