You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2019/08/24 14:39:50 UTC

[groovy-website] branch asf-site updated: formatting

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

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new d71e283  formatting
d71e283 is described below

commit d71e28321ce771c8081823164c32792ec6745fa0
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sun Aug 25 00:39:39 2019 +1000

    formatting
---
 site/src/site/releasenotes/groovy-2.5.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/site/src/site/releasenotes/groovy-2.5.adoc b/site/src/site/releasenotes/groovy-2.5.adoc
index db253d7..f2bcaad 100644
--- a/site/src/site/releasenotes/groovy-2.5.adoc
+++ b/site/src/site/releasenotes/groovy-2.5.adoc
@@ -527,6 +527,7 @@ which when run will show:
 JUnit5 launcher: passed=8, failed=0, skipped=0, time=246ms
 ----
 with additional information available via logging if needed.
+
 * `groovysh` offers easier access to grapes
 (link:https://issues.apache.org/jira/browse/GROOVY-6514[GROOVY-6514]).
 [source,groovy]
@@ -540,6 +541,7 @@ groovy:000> m.inverse()
 ===> [bar:foo]
 groovy:000>
 ----
+
 * `groovyConsole` now provides an ASMifier tab within the AstBrowser
 (link:https://issues.apache.org/jira/browse/GROOVY-8091[GROOVY-8091]).