Moved Query into separate actions.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
This commit is contained in:
@@ -29,7 +29,10 @@ impl Clock {
|
||||
}
|
||||
|
||||
fn gen_message() -> Message {
|
||||
Message::new(Clock::get_name(), MsgAction::OnUpdate(Records::new(Names::new())))
|
||||
Message::new(
|
||||
Clock::get_name(),
|
||||
MsgAction::OnUpdate(Records::new(Names::new())),
|
||||
)
|
||||
}
|
||||
|
||||
pub fn get_path() -> Path {
|
||||
|
||||
Reference in New Issue
Block a user