Skip to content

Commit

Permalink
Code reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-richardson committed Mar 23, 2016
1 parent 53fd13e commit 32628ae
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ CheckResult<MachineAddedSpec> getCheckResult(String octopusUrl, String octopusAp
String newStoredData = trimmedMachines.toString();

if (newStoredData.equals(oldStoredData)) {
if (newMachines.size() < oldMachines.size())
{
if (newMachines.size() < oldMachines.size()) {
final Machines deletedMachines = trimmedMachines.removeMachinesNotIn(newMachines);
newStoredData = trimmedMachines.toString();
dataStorage.putValue(dataStorageKey, newStoredData);
Expand Down

0 comments on commit 32628ae

Please sign in to comment.