mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.: sftp home & back (#533)
This commit is contained in:
@@ -90,5 +90,5 @@ enum ServerConn {
|
||||
/// Status parsing finished
|
||||
finished;
|
||||
|
||||
operator <(ServerConn other) => index < other.index;
|
||||
bool operator <(ServerConn other) => index < other.index;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user