File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ insert_final_newline = true
13
13
indent_style = space
14
14
indent_size = 2
15
15
16
- [BUILD.bazel ]
16
+ [{ BUILD.bazel, * .bzl} ]
17
17
insert_final_newline = true
18
18
indent_style = space
19
19
indent_size = 4
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ def _buildozer_impl(ctx):
14
14
"-delete_with_comments=%s" % str (ctx .attr .delete_with_comments ).lower (),
15
15
]
16
16
if ctx .file .tables :
17
- args .extend ([ "-tables=%s" % ctx .file .tables .short_path ] )
17
+ args .append ( "-tables=%s" % ctx .file .tables .short_path )
18
18
if ctx .file .add_tables :
19
- args .extend ([ "-add_tables=%s" % ctx .file .add_tables .short_path ] )
19
+ args .append ( "-add_tables=%s" % ctx .file .add_tables .short_path )
20
20
21
21
out_file = ctx .actions .declare_file (ctx .label .name + ".bash" )
22
22
substitutions = {
You can’t perform that action at this time.
0 commit comments