diff --git a/packages/realtime-compiler/src/Http/DashboardController.php b/packages/realtime-compiler/src/Http/DashboardController.php index 2ae5de486da..d1f58baac18 100644 --- a/packages/realtime-compiler/src/Http/DashboardController.php +++ b/packages/realtime-compiler/src/Http/DashboardController.php @@ -192,7 +192,6 @@ public static function highlightMediaLibraryCode(string $contents): HtmlString if (str_starts_with($line, '/*') && str_ends_with($line, '*/')) { // Commented code should not be additionally formatted, though we always want to comment multiline blocks $quickReturn = true; - } $line = str_replace('/*', "/*", $line);