Skip to content

Commit ad184d2

Browse files
committed
fix code style issue
1 parent 1000bcd commit ad184d2

File tree

1 file changed

+1
-2
lines changed
  • app/code/Magento/Sales/Block/Status/Grid/Column

1 file changed

+1
-2
lines changed

app/code/Magento/Sales/Block/Status/Grid/Column/State.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ public function decorateState($value, $row, $column, $isExport)
5959
if (isset($states[$value])) {
6060
return sprintf("%s[%s]",
6161
$value,
62-
$states[$value]
63-
);
62+
$states[$value]);
6463
}
6564

6665
return $value;

0 commit comments

Comments
 (0)