Skip to content

Commit

Permalink
Merge pull request #11306 from Quetzacoalt91/lint-fix
Browse files Browse the repository at this point in the history
Fix linter jobs of Travis
  • Loading branch information
Quetzacoalt91 committed Nov 7, 2018
2 parents 0c22cb6 + dace8cd commit deae69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/form/CustomerAddressFormatter.php
Expand Up @@ -158,7 +158,7 @@ public function getFormat()

foreach ($additionnalFormFields as $formField) {
$formField->moduleName = $moduleName;
$format[$moduleName.'_'.$formField->getName()] = $formField;
$format[$moduleName . '_' . $formField->getName()] = $formField;
}
}
}
Expand Down

0 comments on commit deae69d

Please sign in to comment.