Skip to content

Commit

Permalink
Buildifier lint
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Aug 5, 2019
1 parent b1360ed commit aa5aa88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apple/internal/environment_plist.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

"""
A rule for generating the environment plist
"""

load(
"@build_bazel_rules_apple//apple/internal:rule_factory.bzl",
"rule_factory",
Expand All @@ -28,10 +32,6 @@ load(
"@bazel_skylib//lib:dicts.bzl",
"dicts",
)
load(
"@bazel_skylib//lib:paths.bzl",
"paths",
)

def _environment_plist(ctx):
platform, sdk_version = platform_support.platform_and_sdk_version(ctx)
Expand Down

0 comments on commit aa5aa88

Please sign in to comment.