mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
clippy
This commit is contained in:
parent
03bd3cbe2f
commit
b139190663
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ where
|
||||||
.relate_motion_identifier(hash, &motion_identifier)
|
.relate_motion_identifier(hash, &motion_identifier)
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
return Ok(motion_identifier);
|
Ok(motion_identifier)
|
||||||
}
|
}
|
||||||
|
|
||||||
#[tracing::instrument(skip_all)]
|
#[tracing::instrument(skip_all)]
|
||||||
|
|
Loading…
Reference in a new issue