mirror of
https://github.com/veeso/termscp.git
synced 2026-04-06 18:21:44 -07:00
fmt
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
//! work on termscp configuration
|
||||
|
||||
// locals
|
||||
// ext
|
||||
use tuirealm::Update;
|
||||
|
||||
use super::{
|
||||
CommonMsg, ConfigMsg, Id, IdConfig, IdSsh, IdTheme, Msg, SetupActivity, SshMsg, ThemeMsg,
|
||||
ViewLayout,
|
||||
};
|
||||
|
||||
// ext
|
||||
use tuirealm::Update;
|
||||
|
||||
impl Update<Msg> for SetupActivity {
|
||||
/// Update auth activity model based on msg
|
||||
/// The function exits when returns None
|
||||
|
||||
Reference in New Issue
Block a user