You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/04/24 12:31:37 UTC

[sling-org-apache-sling-committer-cli] 08/44: SLING-8311 - Investigate creating a Sling CLI tool for development task automation

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch feature/SLING-8337
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-committer-cli.git

commit 292bc15a2062ba333023f0de34bba9843dae7035
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Mar 19 16:25:53 2019 +0100

    SLING-8311 - Investigate creating a Sling CLI tool for development task automation
    
    Remove trailing empty lines from TallyVotesCommand output.
---
 src/main/java/org/apache/sling/cli/impl/release/TallyVotesCommand.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/sling/cli/impl/release/TallyVotesCommand.java b/src/main/java/org/apache/sling/cli/impl/release/TallyVotesCommand.java
index f15f60b..86742bb 100644
--- a/src/main/java/org/apache/sling/cli/impl/release/TallyVotesCommand.java
+++ b/src/main/java/org/apache/sling/cli/impl/release/TallyVotesCommand.java
@@ -39,8 +39,7 @@ import org.slf4j.LoggerFactory;
 public class TallyVotesCommand implements Command {
     
     // TODO - move to file
-    private static final String EMAIL_TEMPLATE ="\n" + 
-            "\n" + 
+    private static final String EMAIL_TEMPLATE =
             "To: \"Sling Developers List\" <de...@sling.apache.org>\n" + 
             "Subject: [RESULT] [VOTE] Release ##RELEASE_NAME##\n" + 
             "\n" +