mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
d0b95d5877
This addresses the offset issue caused when a switch case was empty with no spaces or children being affected by the markers that were added, but not accounted for in offset. The markers are not needed for empty content and can be safely removed in this case. fixes: #53779 PR Close #53839