chore: Fix formatting / linting issues
This commit is contained in:
parent
950802f951
commit
20d052f5d3
7 changed files with 13 additions and 4 deletions
|
|
@ -137,6 +137,7 @@ impl<Q: Query + 'static> Agent for OneShotClient<Q> {
|
|||
self.state == State::Done
|
||||
}
|
||||
|
||||
#[allow(clippy::match_like_matches_macro)]
|
||||
fn has_agency(&self) -> bool {
|
||||
match self.state {
|
||||
State::Idle => true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue