From f24834bae2e30fa66a2443ae94d9ab6555997f4e Mon Sep 17 00:00:00 2001
From: Patrick Figel <pfigel@greenpeace.org>
Date: Wed, 4 Dec 2019 21:10:53 +0100
Subject: [PATCH] Fix indentation of code block in hook_civicrm_permission

---
 docs/hooks/hook_civicrm_permission.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/hooks/hook_civicrm_permission.md b/docs/hooks/hook_civicrm_permission.md
index 17f1e01d..bf889efd 100644
--- a/docs/hooks/hook_civicrm_permission.md
+++ b/docs/hooks/hook_civicrm_permission.md
@@ -45,7 +45,7 @@ to grant it to users.
             $permissions['delete in Grant Program'] = [
               ts('CiviCRM Grant Program: delete grant program'),                    // if no description, just give an array with the label
             ];
-         ```
+        ```
 ## Returns
 
 -   null
-- 
GitLab