From 6b0ccd10a8b372ca81f5fb00b9172e894dcfaaac Mon Sep 17 00:00:00 2001 From: Googler Date: Fri, 11 May 2018 10:26:08 -0700 Subject: Wrap a comment line around 80 chars. RELNOTES: None. PiperOrigin-RevId: 196272337 --- src/main/protobuf/build.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main/protobuf/build.proto') diff --git a/src/main/protobuf/build.proto b/src/main/protobuf/build.proto index 4af9893b6f..ff328fee22 100644 --- a/src/main/protobuf/build.proto +++ b/src/main/protobuf/build.proto @@ -331,7 +331,8 @@ message Rule { optional string skylark_environment_hash_code = 12; } -// A pairing of attribute name and a Skylark aspect that is applied to that attribute. +// A pairing of attribute name and a Skylark aspect that is applied to that +// attribute. message AttributeAspect { required string attribute_name = 1; required SkylarkAspect aspect = 2; -- cgit v1.2.3