Skip to content

Commit

Permalink
Format Rust code using rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 26, 2024
1 parent dc3115c commit 0bf01f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/jwt-auth/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use std::marker::PhantomData;

#[doc(no_inline)]
pub use jsonwebtoken::{decode, Algorithm, DecodingKey, TokenData, Validation, errors::Error as JwtError};
pub use jsonwebtoken::{decode, errors::Error as JwtError, Algorithm, DecodingKey, TokenData, Validation};
use serde::de::DeserializeOwned;
use thiserror::Error;

Expand Down

0 comments on commit 0bf01f1

Please sign in to comment.