Skip to content

Commit

Permalink
Add blank line before Returns block.
Browse files Browse the repository at this point in the history
The new buildifier --lint things "Returns" is an argument to the function
unless there is a blank line before it.

RELNOTES: None.
PiperOrigin-RevId: 234011310
  • Loading branch information
thomasvl committed Feb 14, 2019
1 parent f13c45d commit 102135f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/xcode_support.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def _is_xcode_at_least_version(xcode_config, version):
Args:
xcode_config: The XcodeVersionConfig provider from the `_xcode_config` attribute's value.
version: The minimum desired Xcode version, as a dotted version string.
Returns:
True if the given `xcode_config` version at least as high as the requested version.
"""
Expand Down

0 comments on commit 102135f

Please sign in to comment.