From fc8b20ba3598b711138157640394ace09a2edb65 Mon Sep 17 00:00:00 2001
From: Joe Borg <joe@josephb.org>
Date: Fri, 27 Apr 2018 09:28:52 +0100
Subject: [PATCH] Removing whitespace

---
 examples/config-ldap.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/config-ldap.yaml b/examples/config-ldap.yaml
index 6b423ddf..21fb052c 100644
--- a/examples/config-ldap.yaml
+++ b/examples/config-ldap.yaml
@@ -32,16 +32,16 @@ connectors:
       idAttr: DN
       emailAttr: mail
       nameAttr: cn
-    
+
     groupSearch:
       baseDN: ou=Groups,dc=example,dc=org
       filter: "(objectClass=groupOfNames)"
-      
+
       # A user is a member of a group when their DN matches
       # the value of a "member" attribute on the group entity.
       userAttr: DN
       groupAttr: member
-    
+
       # The group name should be the "cn" value.
       nameAttr: cn
 
-- 
GitLab