Skip to content

Commit

Permalink
🤖 cargo-fmt auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 15, 2024
1 parent fde40d4 commit 2918d50
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ impl From<StorablePersistentState> for PersistentState {

#[cfg(test)]
mod tests {
use std::time::Duration;
use crate::state::{DEFAULT_MAX_DELEGATION_ORIGINS, DEFAULT_MAX_INFLIGHT_CAPTCHAS};
use super::*;
use crate::state::{DEFAULT_MAX_DELEGATION_ORIGINS, DEFAULT_MAX_INFLIGHT_CAPTCHAS};
use std::time::Duration;

#[test]
fn should_convert_storable_persistent_state_to_persistent_state() {
Expand Down

0 comments on commit 2918d50

Please sign in to comment.