Skip to content

Commit b93394e

Browse files
fix spacing
1 parent 94f9919 commit b93394e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Customer/Block/Address/Renderer/DefaultRenderer.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,9 @@ public function renderArray($addressAttributes, $format = null)
189189
$data[$key] = $v;
190190
}
191191
}
192-
if (in_array($attributeCode, ['prefix','suffix']))
192+
if (in_array($attributeCode, ['prefix','suffix'])) {
193193
$value = __($value);
194+
}
194195
$data[$attributeCode] = $value;
195196
}
196197
}

0 commit comments

Comments
 (0)