ssh-remoting: Tidy up the code a bit after #18094 (#18102)

Release Notes:

- N/A
This commit is contained in:
Stanislav Alekseev 2024-09-20 06:36:50 +03:00 committed by GitHub
parent 15b4130fa5
commit 8103ac12bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 8 deletions

View file

@ -471,7 +471,7 @@ impl ProtoClient for SshSession {
&self.state
}
fn goes_via_collab(&self) -> bool {
fn is_via_collab(&self) -> bool {
false
}
}