@@ -84,6 +84,6 @@ |
||
| 84 | 84 | */ |
| 85 | 85 | public function getName() |
| 86 | 86 | { |
| 87 | - return (number_format($this->getRate() * 100, 1)) . ' %'; |
|
| 87 | + return (number_format($this->getRate() * 100, 1)).' %'; |
|
| 88 | 88 | } |
| 89 | 89 | } |