diff options
| author | Mason Reed <mason@vector35.com> | 2025-02-25 19:57:30 -0500 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-02-25 19:57:30 -0500 |
| commit | fcfa70c7b00bb5ec2b52eac96cc6d1bc98b6dfe8 (patch) | |
| tree | 40acba92b7ebbdd2e40363e7256232ce58c198ee /plugins | |
| parent | 17239a1ebdd44a2090bf71575db6e36bcdbd9f75 (diff) | |
Misc Rust formatting
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/warp/src/plugin/workflow.rs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/warp/src/plugin/workflow.rs b/plugins/warp/src/plugin/workflow.rs index 580b61ab..ebe070f6 100644 --- a/plugins/warp/src/plugin/workflow.rs +++ b/plugins/warp/src/plugin/workflow.rs @@ -94,6 +94,9 @@ pub fn insert_workflow() { module_meta_workflow .register_activity(&matcher_activity) .unwrap(); - module_meta_workflow.insert("core.module.deleteUnusedAutoFunctions", [MATCHER_ACTIVITY_NAME]); + module_meta_workflow.insert( + "core.module.deleteUnusedAutoFunctions", + [MATCHER_ACTIVITY_NAME], + ); module_meta_workflow.register().unwrap(); } |
