Automatic code cleanup.

PiperOrigin-RevId: 299879428
Change-Id: I647d3900c2f26b0b9f587cdbd517ad649cb843d7
This commit is contained in:
Googler 2020-03-09 10:47:51 -07:00 committed by Copybara-Service
parent b14a82ed17
commit e7f1b2c2e5
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ def _my_c_compile_impl(ctx):
outputs = [output_file],
)
return [
DefaultInfo(files = depset(items = [output_file])),
DefaultInfo(files = depset([output_file])),
MyCCompileInfo(object = output_file),
]