@@ -120,7 +120,7 @@ |
||
| 120 | 120 | public function writeMetadata(StratumStyle $io): void |
| 121 | 121 | { |
| 122 | 122 | $data = ['revision' => $this->revision, |
| 123 | - 'routines' => $this->routines]; |
|
| 123 | + 'routines' => $this->routines]; |
|
| 124 | 124 | |
| 125 | 125 | $json = json_encode($data, JSON_PRETTY_PRINT); |
| 126 | 126 | if (json_last_error()!==JSON_ERROR_NONE) |