diff --git a/binder/src/utils.rs b/binder/src/utils.rs index 395b532fa48d..65338a64297f 100644 --- a/binder/src/utils.rs +++ b/binder/src/utils.rs @@ -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