From cd520f255da770afb061ecc731f61bc3c27d7ab5 Mon Sep 17 00:00:00 2001 From: Qrius Date: Thu, 26 Sep 2024 00:11:05 +0200 Subject: Indent some lines --- src/skaldpress/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/skaldpress/main.rs b/src/skaldpress/main.rs index cde1dee..25a3e92 100644 --- a/src/skaldpress/main.rs +++ b/src/skaldpress/main.rs @@ -77,7 +77,7 @@ fn sp_all_tagged_by( compiled_files = COMPILED_FILES.as_ref(); } let Some(tagged_files) = compiled_files_by_tag.get(&args[0]) else { - println!("\x1b[35mNo tags for {}\x1b[0m", args[0]); + println!(" \x1b[35mNo tags for {}\x1b[0m", args[0]); return Ok(String::new()); }; @@ -177,7 +177,7 @@ fn wrap_template( let template_parent = &TryInto::::try_into(*template_parent) .map_err(|e| SkaldpressError::MetadataError(12, std::io::Error::other(e)))?; - println!("Wrapping in template {}", template_parent); + println!(" Wrapping in template {}", template_parent); wrap_template( macro_processor, &get_template_path(template_parent, opts), -- cgit v1.2.3