Skip to content

Commit 7d39f00

Browse files
committed
Buildifier fix
1 parent 8840f89 commit 7d39f00

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

MODULE.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ bazel_dep(
3939
name = "bazel_skylib",
4040
version = "1.4.2",
4141
)
42-
4342
bazel_dep(
4443
name = "bazel_features",
4544
version = "1.9.0",

rules/module_extensions.bzl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ load(
1111
)
1212
load("@bazel_features//:features.bzl", "bazel_features")
1313

14-
1514
def _non_module_deps_impl(module_ctx):
1615
rules_ios_dependencies(
1716
load_bzlmod_dependencies = False,
@@ -24,7 +23,6 @@ def _non_module_deps_impl(module_ctx):
2423
**metadata_kwargs
2524
)
2625

27-
2826
non_module_deps = module_extension(implementation = _non_module_deps_impl)
2927

3028
def _non_module_dev_deps_impl(_):

0 commit comments

Comments
 (0)