Skip to content

Commit 4d5a91a

Browse files
committed
Fmt
1 parent 13b1174 commit 4d5a91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/worker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
use std::{collections::HashSet, env, thread, time};
21
use anyhow::{anyhow, Result};
32
use log::error;
43
use redis_work_queue::{Item, KeyPrefix, WorkQueue};
54
use sqlx::{postgres::PgPoolOptions, Pool, Postgres};
5+
use std::{collections::HashSet, env, thread, time};
66

77
use crate::{
88
app::{RedisJob, SimpleRiderChange},

0 commit comments

Comments
 (0)