Skip to content

Commit

Permalink
Consistent formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
deannagarcia committed Apr 6, 2022
1 parent b7980cd commit a8b12d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion toolchain/cc_toolchain_config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,10 @@ def _impl(ctx):
)
else:
features.append(
feature(name = "supports_pic", enabled = True)
feature(
name = "supports_pic",
enabled = True
)
)

return cc_common.create_cc_toolchain_config_info(
Expand Down

0 comments on commit a8b12d5

Please sign in to comment.