cargo fmt

This commit is contained in:
Michael Pfaff 2022-03-06 12:27:27 -05:00
parent c562d2f22e
commit 4d8679a53b
Signed by: michael
GPG Key ID: F1A27427218FCA77
1 changed files with 0 additions and 1 deletions

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();