From 378db771afd9924c2cf4c86afaaf7b95946097e5 Mon Sep 17 00:00:00 2001 From: MedzikUser Date: Thu, 23 Jun 2022 11:49:03 +0200 Subject: [PATCH] format --- src/jsonwebtoken.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/jsonwebtoken.rs b/src/jsonwebtoken.rs index dc706e4..8dbbd42 100644 --- a/src/jsonwebtoken.rs +++ b/src/jsonwebtoken.rs @@ -17,9 +17,7 @@ //! ``` use chrono::{Duration, Utc}; -use jsonwebtoken::{ - errors::Error, Algorithm, DecodingKey, EncodingKey, Header, Validation, -}; +use jsonwebtoken::{errors::Error, Algorithm, DecodingKey, EncodingKey, Header, Validation}; use serde::{Deserialize, Serialize}; /// Token Claims