From 1c77a82296a8e9d97831cb7fe3041fd301840a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fede=20Fern=C3=A1ndez?= Date: Wed, 12 Apr 2017 12:18:45 +0200 Subject: [PATCH] Removes trailing space from changelog template --- .../scala/sbtorgpolicies/templates/sectionTemplates.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/scala/sbtorgpolicies/templates/sectionTemplates.scala b/core/src/main/scala/sbtorgpolicies/templates/sectionTemplates.scala index c42dc30..dd818e7 100644 --- a/core/src/main/scala/sbtorgpolicies/templates/sectionTemplates.scala +++ b/core/src/main/scala/sbtorgpolicies/templates/sectionTemplates.scala @@ -26,8 +26,8 @@ object sectionTemplates { | |Release changes: | - |{{changes}}  - """.stripMargin + |{{changes}} + |""".stripMargin val copyrightSectionTitle: String = "Copyright"