Skip to content

Commit 28db04a

Browse files
committed
chore: cargo fmt
1 parent 4439ee4 commit 28db04a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clarity/src/vm/contexts.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,8 @@ impl<'a> OwnedEnvironment<'a> {
623623
QualifiedContractIdentifier::transient(),
624624
ClarityVersion::Clarity1,
625625
));
626-
let mut exec_env = self.get_exec_environment(Some(sender), sponsor, &mut initial_context);
626+
let mut exec_env =
627+
self.get_exec_environment(Some(sender), sponsor, &mut initial_context);
627628
f(&mut exec_env)
628629
};
629630

0 commit comments

Comments
 (0)