aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf/build.proto
diff options
context:
space:
mode:
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;