Skip to content

Commit 1d20a22

Browse files
committed
cargo fmt
1 parent 3cab13b commit 1d20a22

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

clarity/src/vm/analysis/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ use crate::vm::costs::LimitedCostTracker;
4141
use crate::vm::database::MemoryBackingStore;
4242
use crate::vm::database::STORE_CONTRACT_SRC_INTERFACE;
4343
use crate::vm::representations::SymbolicExpression;
44+
use crate::vm::types::QualifiedContractIdentifier;
4445
#[cfg(feature = "rusqlite")]
4546
use crate::vm::types::TypeSignature;
46-
use crate::vm::types::QualifiedContractIdentifier;
4747
use crate::vm::ClarityVersion;
4848

4949
/// Used by CLI tools like the docs generator. Not used in production

clarity/src/vm/docs/contracts.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ use hashbrown::{HashMap, HashSet};
44
use stacks_common::consts::CHAIN_ID_TESTNET;
55
use stacks_common::types::StacksEpochId;
66

7-
use crate::vm::analysis::mem_type_check;
8-
use crate::vm::analysis::ContractAnalysis;
7+
use crate::vm::analysis::{mem_type_check, ContractAnalysis};
98
use crate::vm::ast::{build_ast_with_rules, ASTRules};
109
use crate::vm::contexts::GlobalContext;
1110
use crate::vm::costs::LimitedCostTracker;

0 commit comments

Comments
 (0)