Skip to content

Commit 0ffd644

Browse files
committed
Code tidy
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
1 parent b619f91 commit 0ffd644

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Renderer/Html/Json.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ public function render(): string
3030
{
3131
$changes = $this->getChanges();
3232

33-
if (empty($changes)) {
34-
return self::getIdenticalResult();
35-
}
36-
3733
if ($this->options['outputTagAsString']) {
3834
$this->convertTagToString($changes);
3935
}

0 commit comments

Comments
 (0)