aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf/build.proto
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2018-05-11 10:26:08 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-05-11 10:28:14 -0700
commit6b0ccd10a8b372ca81f5fb00b9172e894dcfaaac (patch)
tree0f955d3142fd05ffa213a20a0a444e298759279f /src/main/protobuf/build.proto
parent4926eaf573589d063544b48462544b556c5b408e (diff)
Wrap a comment line around 80 chars.
RELNOTES: None. PiperOrigin-RevId: 196272337
Diffstat (limited to 'src/main/protobuf/build.proto')
-rw-r--r--src/main/protobuf/build.proto3
1 files changed, 2 insertions, 1 deletions
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;