cargo fmt

This commit is contained in:
Michael Pfaff 2022-03-06 12:27:27 -05:00
commit 4d8679a53b
No known key found for this signature in database
GPG key ID: F1A27427218FCA77

View file

@ -135,7 +135,6 @@ impl Default for Validation {
}
}
/// Gets the current timestamp in the format JWT expect
pub fn get_current_timestamp() -> u64 {
let start = crosstime::now_utc();