Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ligustah committed Apr 4, 2024
1 parent afd8012 commit 42b40b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/rules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,12 @@ impl RulesEngine {

#[cfg(test)]
mod test {
use super::*;
use alloy_primitives::U256;

use crate::premints::zora_premint_v2::types::ZoraPremintV2;
use crate::types::SimplePremint;
use alloy_primitives::U256;

use super::*;

async fn simple_rule(item: PremintTypes, context: RuleContext) -> eyre::Result<bool> {
Ok(true)
Expand Down

0 comments on commit 42b40b8

Please sign in to comment.