commit | 0503d45ab747b85e48722c1d9c9b265f70770f99 | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Fri Apr 01 12:25:21 2022 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Apr 01 12:26:33 2022 -0700 |
tree | 872907f500ee3ebe79dc71966bee6f5afc08ac26 | |
parent | 6ad545323e77ae2020b77e64a34ded21a9e5d03e [diff] |
Automatic code cleanup. PiperOrigin-RevId: 438883507
diff --git a/src/test/java/com/google/devtools/build/lib/query2/cquery/ProtoOutputFormatterCallbackTest.java b/src/test/java/com/google/devtools/build/lib/query2/cquery/ProtoOutputFormatterCallbackTest.java index 3cfc52d..bb50d84 100644 --- a/src/test/java/com/google/devtools/build/lib/query2/cquery/ProtoOutputFormatterCallbackTest.java +++ b/src/test/java/com/google/devtools/build/lib/query2/cquery/ProtoOutputFormatterCallbackTest.java
@@ -95,7 +95,7 @@ ")"); AnalysisProtosV2.ConfiguredTarget myRuleProto = - (Iterables.getOnlyElement(getOutput("//test:my_rule").getResultsList())); + Iterables.getOnlyElement(getOutput("//test:my_rule").getResultsList()); List<Build.Attribute> attributes = myRuleProto.getTarget().getRule().getAttributeList(); for (Build.Attribute attribute : attributes) { if (!attribute.getName().equals("deps")) {