Skip to content

Commit

Permalink
Format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Jan 15, 2024
1 parent c64cbe2 commit a1cf7b7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/jwk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ pub enum AlgorithmParameters {
pub enum ThumbprintHash {
SHA256,
SHA384,
SHA512
SHA512,
}

#[derive(Clone, Debug, Eq, PartialEq, Serialize, Deserialize, Hash)]
Expand Down Expand Up @@ -497,7 +497,9 @@ impl JwkSet {

#[cfg(test)]
mod tests {
use crate::jwk::{AlgorithmParameters, Jwk, JwkSet, OctetKeyType, RSAKeyParameters, ThumbprintHash};
use crate::jwk::{
AlgorithmParameters, Jwk, JwkSet, OctetKeyType, RSAKeyParameters, ThumbprintHash,
};
use crate::serialization::b64_encode;
use crate::Algorithm;
use serde_json::json;
Expand Down

0 comments on commit a1cf7b7

Please sign in to comment.