Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
banditopazzo committed Jul 3, 2024
1 parent bc812a2 commit 4444b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/modules/rules-engine/src/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use std::{collections::HashMap, fs, path::Path, str::FromStr, sync::Arc};
use glob::glob;
use pulsar_core::{
event::{PayloadDiscriminant, Value},
pdk::{Event, ModuleContext },
pdk::{Event, ModuleContext},
};
use serde::{Deserialize, Serialize};
use thiserror::Error;
Expand Down

0 comments on commit 4444b59

Please sign in to comment.