Pārlūkot izejas kodu

Fixed indentation

Kenny Woodson 8 gadi atpakaļ
vecāks
revīzija
2c0c26d828
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      roles/lib_openshift/src/lib/deploymentconfig.py

+ 1 - 1
roles/lib_openshift/src/lib/deploymentconfig.py

@@ -109,7 +109,7 @@ spec:
         '''return a environment variables '''
         results = self.get(DeploymentConfig.env_path) or []
         if not results:
-           return None
+            return None
 
         for env_var in results:
             if env_var['name'] == key: