@@ -37,7 +37,7 @@ |
||
| 37 | 37 | { |
| 38 | 38 | // strip ISBN formating |
| 39 | 39 | $isbn = preg_replace('#[^0-9X]#', '', $isbn); |
| 40 | - if(strlen($isbn) !== 13) { |
|
| 40 | + if (strlen($isbn) !== 13) { |
|
| 41 | 41 | throw new \DomainException('ISBN-13 format error'); |
| 42 | 42 | } |
| 43 | 43 | |