clippy
All checks were successful
/ clippy (pull_request) Successful in 2m10s
/ tests (pull_request) Successful in 2m21s
/ check (aarch64-unknown-linux-musl) (pull_request) Successful in 2m58s
/ check (armv7-unknown-linux-musleabihf) (pull_request) Successful in 3m2s
/ check (x86_64-unknown-linux-musl) (pull_request) Successful in 2m24s

This commit is contained in:
asonix 2024-02-24 19:36:29 -06:00
parent 03bd3cbe2f
commit b139190663

View file

@ -217,7 +217,7 @@ where
.relate_motion_identifier(hash, &motion_identifier)
.await?;
return Ok(motion_identifier);
Ok(motion_identifier)
}
#[tracing::instrument(skip_all)]