Skip to content

Commit

Permalink
add backticks for clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacdonaldson committed Nov 7, 2024
1 parent 8ebb10e commit 4a7e6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bgworker/sqlt.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// SQLite based background job queue provider
/// `SQLite` based background job queue provider
use std::{collections::HashMap, future::Future, pin::Pin, sync::Arc, time::Duration};

use chrono::{DateTime, Utc};
Expand Down

0 comments on commit 4a7e6f0

Please sign in to comment.