Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wulfraem committed May 8, 2024
1 parent 2dcd703 commit 00d786d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions identity_jose/src/jwk/key_params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ pub struct JwkParamsEc {
}

impl Default for JwkParamsEc {
fn default() -> Self {
Self::new()
}
fn default() -> Self {
Self::new()
}
}

impl JwkParamsEc {
Expand Down Expand Up @@ -245,9 +245,9 @@ pub struct JwkParamsRsaPrime {
}

impl Default for JwkParamsRsa {
fn default() -> Self {
Self::new()
}
fn default() -> Self {
Self::new()
}
}

impl JwkParamsRsa {
Expand Down Expand Up @@ -333,9 +333,9 @@ pub struct JwkParamsOct {
}

impl Default for JwkParamsOct {
fn default() -> Self {
Self::new()
}
fn default() -> Self {
Self::new()
}
}

impl JwkParamsOct {
Expand Down Expand Up @@ -388,9 +388,9 @@ pub struct JwkParamsOkp {
}

impl Default for JwkParamsOkp {
fn default() -> Self {
Self::new()
}
fn default() -> Self {
Self::new()
}
}

impl JwkParamsOkp {
Expand Down
6 changes: 3 additions & 3 deletions identity_jose/src/jwt/header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ pub struct JwtHeader {
}

impl Default for JwtHeader {
fn default() -> Self {
Self::new()
}
fn default() -> Self {
Self::new()
}
}

impl JwtHeader {
Expand Down

0 comments on commit 00d786d

Please sign in to comment.