From dd711cb485ae7a3932729b3396e29e78ef13e4c8 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Fri, 11 Aug 2017 23:18:17 +1000 Subject: [PATCH] Fix best practice doc example code indent Change-Id: I61362fbba37c85713468b7af1eadd132f768b16f Signed-off-by: Anil Belur --- docs/best-practices.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/best-practices.rst b/docs/best-practices.rst index 18413f49..bf42c5f3 100644 --- a/docs/best-practices.rst +++ b/docs/best-practices.rst @@ -207,7 +207,9 @@ dash `-` in it. The standard that we follow, and recommend, is to use an udersco `_` instead of a dash. Example: - code-block:: yaml + +.. code-block:: yaml + - triggers: - lf-infra-github-pr-trigger: trigger-phrase: '^remerge$' -- 2.16.6