Skip to content

Commit

Permalink
cs-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Mar 20, 2019
1 parent 699e118 commit da17d77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Soluble/FlexStore/Formatter/UnitFormatter.php
Expand Up @@ -83,6 +83,7 @@ public function format($number, ArrayObject $row = null)
if ($this->params['normalize_whitespace'] === true) {
$value = preg_replace('/\xc2\xa0/', ' ', $value);
}

return $value;
}

Expand Down

0 comments on commit da17d77

Please sign in to comment.