Skip to content

Commit

Permalink
Update identity_stronghold/src/stronghold_jwk_storage.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Eike Haß <[email protected]>
  • Loading branch information
abdulmth and eike-hass authored Feb 21, 2024
1 parent 051e8a7 commit 23c98be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion identity_stronghold/src/stronghold_jwk_storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ impl StrongholdStorage {
pub(crate) async fn get_stronghold(&self) -> MutexGuard<'_, Stronghold> {
match *self.0 {
SecretManager::Stronghold(ref stronghold) => stronghold.inner().await,
_ => unreachable!("secret manager can be only constrcuted from stronghold"),
_ => unreachable!("secret manager can be only constructed from stronghold"),
}
}

Expand Down

0 comments on commit 23c98be

Please sign in to comment.