summaryrefslogtreecommitdiffstats
path: root/src/config/util.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-11-11 15:26:00 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-11-11 17:05:09 +0100
commit728d54b083ed48c783061836b6600eeb5338e483 (patch)
treeebd7c4980f0c7f590dd44c7680abfa2220952fe2 /src/config/util.rs
parent77a9b07c28e751c99293b94df380b2cef47322c5 (diff)
Fix: Remove trailing quote character
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'src/config/util.rs')
-rw-r--r--src/config/util.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/util.rs b/src/config/util.rs
index 8cae2d7..17aeadf 100644
--- a/src/config/util.rs
+++ b/src/config/util.rs
@@ -6,7 +6,7 @@ pub fn default_package_print_format() -> String {
String::from(indoc::indoc!(r#"
{{i}} - {{name}} : {{version}}
Source: {{source_url}}
- Hash ({{source_hash_type}}): {{source_hash}}"
+ Hash ({{source_hash_type}}): {{source_hash}}
{{#if print_system_deps}}System Deps: {{ system_deps }} {{/if}}
{{#if print_system_runtime_deps}}System runtime Deps: {{ system_runtime_deps }} {{/if}}
{{#if print_build_deps}}Build Deps: {{ build_deps }} {{/if}}