Completed
Pull Request — master (#757)
by Stig
03:54
created
code/model/DNEnvironment.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -685,7 +685,7 @@
 block discarded – undo
685 685
 			->where('"SHA" IS NOT NULL')
686 686
 			->sort($sort);
687 687
 
688
-		if($this->IsNewDeployEnabled()){
688
+		if($this->IsNewDeployEnabled()) {
689 689
 			$deployments->filter('State', [
690 690
 				DNDeployment::STATE_COMPLETED,
691 691
 				DNDeployment::STATE_FAILED,
Please login to merge, or discard this patch.