Skip to content

Commit 9632fef

Browse files
authored
style: format engine primitive re-export (#8165)
1 parent 5060c84 commit 9632fef

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/core/engine/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
// Leaf execution primitives moved to the internal `homeboy-engine-primitives`
66
// crate. Re-exported here so existing `crate::core::engine::{shell,command,...}`
77
// call sites keep working unchanged.
8-
pub use homeboy_engine_primitives::{
9-
command, identifier, output_parse, shell, template, text,
10-
};
8+
pub use homeboy_engine_primitives::{command, identifier, output_parse, shell, template, text};
119

1210
pub mod baseline;
1311
pub mod cli_tool;

0 commit comments

Comments
 (0)