From b9416c580bf5974c4b3681ec210aa5a62ecd1b9f Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Thu, 6 Nov 2025 17:19:40 +0000 Subject: [PATCH] - Fixed missing whitespaces --- src/Dump.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Dump.php b/src/Dump.php index 7b8d20a..b61b636 100644 --- a/src/Dump.php +++ b/src/Dump.php @@ -39,10 +39,10 @@ class Dump { $this->trace['line'] ??= "?"; return << -
- [ file: {$this->trace['file']}:{$this->trace['line']} ] timestamp: {$this->trace['time']} -

$data

+
+    
[ file: {$this->trace['file']}:{$this->trace['line']} ] timestamp: {$this->trace['time']}

$data

HTML;