Skip to content

Commit

Permalink
reorder derives like std,3dparty
Browse files Browse the repository at this point in the history
  • Loading branch information
kilork committed Apr 21, 2024
1 parent d91562a commit 2537249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rest/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ impl KeycloakServiceAccountAdminTokenRetriever {
}
}

#[derive(Debug, Clone, Deserialize, Serialize, Eq, PartialEq)]
#[derive(Debug, Clone, PartialEq, Eq, Deserialize, Serialize)]
pub struct KeycloakAdminToken {
access_token: String,
expires_in: usize,
Expand Down

0 comments on commit 2537249

Please sign in to comment.