Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0503d45

Browse files
Googlercopybara-github
Googler
authored andcommittedApr 1, 2022
Automatic code cleanup.
PiperOrigin-RevId: 438883507
1 parent 6ad5453 commit 0503d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/test/java/com/google/devtools/build/lib/query2/cquery/ProtoOutputFormatterCallbackTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public void testSelectInAttribute() throws Exception {
9595
")");
9696

9797
AnalysisProtosV2.ConfiguredTarget myRuleProto =
98-
(Iterables.getOnlyElement(getOutput("//test:my_rule").getResultsList()));
98+
Iterables.getOnlyElement(getOutput("//test:my_rule").getResultsList());
9999
List<Build.Attribute> attributes = myRuleProto.getTarget().getRule().getAttributeList();
100100
for (Build.Attribute attribute : attributes) {
101101
if (!attribute.getName().equals("deps")) {

0 commit comments

Comments
 (0)
Please sign in to comment.