Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed formatting
  • Loading branch information
lorenzo committed Jul 26, 2014
1 parent f7d4bb2 commit e8677b1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/I18n/Formatter/IcuFormatter.php
Expand Up @@ -53,12 +53,12 @@ public function format($locale, $message, array $vars) {
}

$result = $formatter->format($vars);
if ($result === false) {
throw new Exception\CannotFormat(
$formatter->getErrorMessage(),
$formatter->getErrorCode()
);
}
if ($result === false) {
throw new Exception\CannotFormat(
$formatter->getErrorMessage(),
$formatter->getErrorCode()
);
}

return $result;
}
Expand Down

0 comments on commit e8677b1

Please sign in to comment.