Skip to content

Commit

Permalink
fmt + clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
prozacchiwawa committed Sep 26, 2023
1 parent 6b93214 commit 67abadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/evaluate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use clvm_rs::allocator::Allocator;
use crate::classic::clvm::__type_compatibility__::{bi_one, bi_zero};
use crate::classic::clvm_tools::stages::stage_0::TRunProgram;

use crate::compiler::clvm::{run, PrimOverride, truthy};
use crate::compiler::clvm::{run, truthy, PrimOverride};
use crate::compiler::codegen::{codegen, hoist_assign_form};
use crate::compiler::compiler::is_at_capture;
use crate::compiler::comptypes::{
Expand Down

0 comments on commit 67abadd

Please sign in to comment.