From 102135f530ed9f8cc8cc0693ef3a5f2d7bf25494 Mon Sep 17 00:00:00 2001 From: thomasvl Date: Thu, 14 Feb 2019 15:53:16 -0500 Subject: [PATCH] Add blank line before Returns block. 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 --- lib/xcode_support.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/xcode_support.bzl b/lib/xcode_support.bzl index d1f9ec4..c7a2531 100644 --- a/lib/xcode_support.bzl +++ b/lib/xcode_support.bzl @@ -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. """