From 303a376f7f5246686a6df0cbc82a17ff810c1725 Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Thu, 22 Aug 2024 10:18:31 -0700 Subject: [PATCH] Update rules to allow consecutive items in a section unless the previous item has options or the next item has leading comments. Trailing comments on the previous item will not trigger a blank line. PiperOrigin-RevId: 666398841 --- editions/golden/editions_transform_proto2.proto | 1 - 1 file changed, 1 deletion(-) diff --git a/editions/golden/editions_transform_proto2.proto b/editions/golden/editions_transform_proto2.proto index dcd88ae906..3cb2ed7547 100644 --- a/editions/golden/editions_transform_proto2.proto +++ b/editions/golden/editions_transform_proto2.proto @@ -114,7 +114,6 @@ enum TestEnum { option features.enum_type = CLOSED; FOO = 1; // Non-zero default - BAR = 2; BAZ = 3; NEG = -1; // Intentionally negative.