From bbc3a32c470bdf635714ac236120f87a33d7a2dc Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 15:23:26 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20cargo-fmt=20auto-update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/internet_identity/src/storage/storable_persistent_state.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internet_identity/src/storage/storable_persistent_state.rs b/src/internet_identity/src/storage/storable_persistent_state.rs index 2b7193e75a..4d74ddf55e 100644 --- a/src/internet_identity/src/storage/storable_persistent_state.rs +++ b/src/internet_identity/src/storage/storable_persistent_state.rs @@ -79,7 +79,7 @@ impl From for PersistentState { #[cfg(test)] mod tests { use super::*; - use crate::state::{DEFAULT_MAX_INFLIGHT_CAPTCHAS}; + use crate::state::DEFAULT_MAX_INFLIGHT_CAPTCHAS; use std::time::Duration; #[test]