@@ -263,12 +263,12 @@ |
||
263 | 263 | |
264 | 264 | // failover for older deployments |
265 | 265 | $started = $deployment->Created; |
266 | - if($deployment->DeployStarted) { |
|
266 | + if ($deployment->DeployStarted) { |
|
267 | 267 | $started = $deployment->DeployStarted; |
268 | 268 | } |
269 | 269 | |
270 | 270 | $requested = $deployment->Created; |
271 | - if($deployment->DeployRequested) { |
|
271 | + if ($deployment->DeployRequested) { |
|
272 | 272 | $requested = $deployment->DeployRequested; |
273 | 273 | } |
274 | 274 |