Skip to content

Commit

Permalink
Fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
SHAcollision committed Nov 27, 2024
1 parent 0506f38 commit 21acfca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/traits.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use crate::types::DynError;
use async_trait::async_trait;
use bytes::Bytes;
use base32::{decode, encode, Alphabet};
use blake3::Hasher;
use bytes::Bytes;
use chrono::{DateTime, Duration, NaiveDate, Utc};
use pubky_common::timestamp::Timestamp;
use serde::de::DeserializeOwned;
Expand Down

0 comments on commit 21acfca

Please sign in to comment.