Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 1, 2024
1 parent 72a5e1e commit 82fdf8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ public function testWithNoContent()
protected function assertHtmlStructure(string $expected, string $actual): void
{
$expected = $this->stripTailwindClasses($expected);

$this->assertSame(
$this->normalize($this->reindent($this->removeIndentation(trim($expected)))),
$this->normalize($this->reindent($this->removeIndentation(trim($actual)))),
Expand Down

0 comments on commit 82fdf8c

Please sign in to comment.