Explorar o código

Remove extra space.

Diego Castro (dscastro) %!s(int64=9) %!d(string=hai) anos
pai
achega
b08d42644b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      roles/openshift_facts/library/openshift_facts.py

+ 1 - 1
roles/openshift_facts/library/openshift_facts.py

@@ -319,7 +319,7 @@ def set_fluentd_facts_if_unset(facts):
     if 'common' in facts:
         deployment_type = facts['common']['deployment_type']
         if 'use_fluentd' not in facts['common']:
-            use_fluentd = True if deployment_type == 'online' else False    
+            use_fluentd = True if deployment_type == 'online' else False
             facts['common']['use_fluentd'] = use_fluentd
     return facts