diff options
author | Qrius <[email protected]> | 2024-09-26 00:11:05 +0200 |
---|---|---|
committer | Qrius <[email protected]> | 2024-09-26 00:11:05 +0200 |
commit | cd520f255da770afb061ecc731f61bc3c27d7ab5 (patch) | |
tree | d868baed6c260969ffaa31d9bddbfc5013fdeab6 | |
parent | 102f82d97839d41c23f562e21e138bc36c773d3c (diff) | |
download | skaldpress-cd520f255da770afb061ecc731f61bc3c27d7ab5.tar.gz skaldpress-cd520f255da770afb061ecc731f61bc3c27d7ab5.zip |
Indent some lines
-rw-r--r-- | src/skaldpress/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
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::<String>::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), |