Enforce style lints which do not have violations (#36580)
Release Notes: - N/A
This commit is contained in:
parent
4ee565cd39
commit
6ed29fbc34
20 changed files with 146 additions and 89 deletions
|
@ -948,7 +948,7 @@ impl SshRemoteClient {
|
|||
if old_state.is_reconnecting() {
|
||||
match &new_state {
|
||||
State::Connecting
|
||||
| State::Reconnecting { .. }
|
||||
| State::Reconnecting
|
||||
| State::HeartbeatMissed { .. }
|
||||
| State::ServerNotRunning => {}
|
||||
State::Connected { .. } => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue