Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Dec 30, 2024
1 parent 4a5c1e4 commit ed2e4bd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions src/mempool.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
use crate::{
ledger::pparams::Genesis,
state::LedgerStore,
uplc::{
script_context::SlotConfig,
tx, EvalReport,
},
uplc::{script_context::SlotConfig, tx, EvalReport},
};
use futures_util::StreamExt;
use itertools::Itertools;
Expand Down
2 changes: 1 addition & 1 deletion src/uplc/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ impl Data {
})
}
}
}
}
1 change: 0 additions & 1 deletion src/uplc/script_context.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

use super::{error::Error, to_plutus_data::MintValue};
use itertools::Itertools;
use pallas::codec::utils::{
Expand Down
1 change: 0 additions & 1 deletion src/uplc/tx.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

use crate::{
ledger::UtxoMap,
uplc::{
Expand Down

0 comments on commit ed2e4bd

Please sign in to comment.