fixed formatting

This commit is contained in:
Valerie Wolfe 2024-07-02 13:53:55 -04:00
parent 7fab543476
commit 4f66db254c

View file

@ -35,6 +35,7 @@ fn main() {
Some("full")
=> {
operation::build(&targets, template_dir, &config);
println!();
operation::apply(&targets);
},