mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-22 19:31:35 +00:00
clippy
This commit is contained in:
parent
700aeb90e0
commit
89f3c447a8
1 changed files with 1 additions and 1 deletions
|
@ -807,7 +807,7 @@ impl QueueRepo for SledRepo {
|
||||||
.read()
|
.read()
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.get(&queue_name)
|
.get(&queue_name)
|
||||||
.map(Arc::clone);
|
.cloned();
|
||||||
|
|
||||||
let notify = if let Some(notify) = opt {
|
let notify = if let Some(notify) = opt {
|
||||||
notify
|
notify
|
||||||
|
|
Loading…
Reference in a new issue