From 9fce601c09887147174debddeb258b43c72fe934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esteban=20K=C3=BCber?= Date: Wed, 4 Oct 2023 01:29:45 +0000 Subject: [PATCH] fix --- tests/ui/parser/break-in-unlabeled-block.fixed | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ui/parser/break-in-unlabeled-block.fixed b/tests/ui/parser/break-in-unlabeled-block.fixed index 0e496430ae677..0885623252160 100644 --- a/tests/ui/parser/break-in-unlabeled-block.fixed +++ b/tests/ui/parser/break-in-unlabeled-block.fixed @@ -9,4 +9,3 @@ fn main() { } } } -