Skip to content

Commit 276d84d

Browse files
committed
Simplify code
1 parent bd6297c commit 276d84d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/jblond/Diff/Renderer/Text/UnifiedCli.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ public function __construct(array $options = [])
5454
*/
5555
public function render(): string
5656
{
57-
if (!isset($this->options['cliColor'])) {
58-
return $this->output();
59-
}
6057
return $this->output();
6158
}
6259

0 commit comments

Comments
 (0)