Skip to content

Commit 441b1ee

Browse files
committed
Keep linters happy
1 parent 8e7c335 commit 441b1ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testnet/stacks-node/src/tests/signer/commands/bitcoin_mining.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
use std::sync::Arc;
22

33
use madhouse::{Command, CommandWrapper};
4-
use proptest::strategy::{Just, Strategy};
54
use proptest::prop_oneof;
5+
use proptest::strategy::{Just, Strategy};
66
use tracing::info;
77

88
use super::context::{SignerTestContext, SignerTestState};
@@ -132,4 +132,4 @@ impl Command<SignerTestState, SignerTestContext> for ChainGenerateBtcBlocks {
132132
})
133133
]
134134
}
135-
}
135+
}

0 commit comments

Comments
 (0)