Skip to content

Commit

Permalink
fix code style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Usik2203 committed Jan 29, 2020
1 parent 1000bcd commit ad184d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/code/Magento/Sales/Block/Status/Grid/Column/State.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ public function decorateState($value, $row, $column, $isExport)
if (isset($states[$value])) {
return sprintf("%s[%s]",
$value,
$states[$value]
);
$states[$value]);
}

return $value;
Expand Down

0 comments on commit ad184d2

Please sign in to comment.