Browse Source

Fixed indentation

Kenny Woodson 8 năm trước cách đây
mục cha
commit
2c0c26d828
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: