Add a missing space 90/84690/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 24 Sep 2019 12:59:27 +0000 (14:59 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 24 Sep 2019 12:59:27 +0000 (14:59 +0200)
The bullet list is not formatting correctly, fix that.

Change-Id: Ib1c9df2c4aa5cfae3a4f183734fdc73a8e4b4545
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
docs/NEWS.rst

index 93749deff1c5a3e2e7536b617ddfdc34455042a7..9c057ee4c8f27685ca40bd7b44570e9b87e64e58 100644 (file)
@@ -29,6 +29,7 @@ build if any violations are found. Modernizer is configured to report Java 8-com
 and will not fail the build unless instructed to do so.
 
 Behavior of each of these is controlled via a maven property on a per-artifact basis:
+
 * ``odlparent.checkstyle.enforce`` controls checkstyle enforcement: defaults to ``true``, but can be set to ``false``
 * ``odlparent.checkstyle.skip`` controls checkstyle invocation: defaults to ``false``, but can be set to ``true``
 * ``odlparent.spotbugs.enforce`` controls SpotBugs enforcement: defaults to ``true``, but can be set to ``false``