make fmt happy

This commit is contained in:
VC
2023-11-07 17:23:38 +01:00
parent 8c7e60881b
commit 5059abe685
3 changed files with 6 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ pub fn read_state(
}
/// Writes last treated tweet id and toot id to the db
#[allow(dead_code)]
pub fn write_state(conn: &Connection, t: TweetToToot) -> Result<(), Box<dyn Error>> {
debug!("Write struct {:?}", t);
conn.execute(