@@ -140,10 +140,10 @@ |
||
| 140 | 140 | protected function getGitCommand(): string |
| 141 | 141 | { |
| 142 | 142 | return 'diff' |
| 143 | - . $this->unified |
|
| 144 | - . $this->ignoreWhitespaces |
|
| 145 | - . $this->ignoreEOL |
|
| 146 | - . $this->stats |
|
| 147 | - . ' ' . $this->compare; |
|
| 143 | + . $this->unified |
|
| 144 | + . $this->ignoreWhitespaces |
|
| 145 | + . $this->ignoreEOL |
|
| 146 | + . $this->stats |
|
| 147 | + . ' ' . $this->compare; |
|
| 148 | 148 | } |
| 149 | 149 | } |