Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to authored and github-actions[bot] committed Aug 2, 2024
1 parent b6e5f49 commit 0d50e4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Fields/Code.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ protected function resolvePreview(): View|string
->before('<pre>')
->after('</pre>')
->when(
!$this->isUnescape(),
fn(Stringable $str) => $str->stripTags()
! $this->isUnescape(),
fn (Stringable $str) => $str->stripTags()
);
}
}

0 comments on commit 0d50e4b

Please sign in to comment.