@@ -33,7 +33,7 @@ |
||
| 33 | 33 | */ |
| 34 | 34 | class Dummy |
| 35 | 35 | { |
| 36 | - public function __construct(){ |
|
| 36 | + public function __construct() { |
|
| 37 | 37 | echo "Dummy!"; |
| 38 | 38 | } |
| 39 | 39 | } |