Skip to content

Commit b183db2

Browse files
committed
Added formatting
1 parent fd624a8 commit b183db2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/juno_module_impl.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ impl JunoModuleImpl {
3939
Ok(function(arguments))
4040
}
4141

42-
pub(crate) async fn execute_hook_triggered(&self, hook: Option<String>, data: Value) -> Result<()> {
42+
pub(crate) async fn execute_hook_triggered(
43+
&self,
44+
hook: Option<String>,
45+
data: Value,
46+
) -> Result<()> {
4347
if hook.is_none() {
4448
// This module triggered the hook.
4549
return Ok(());

0 commit comments

Comments
 (0)