Skip to content

Commit

Permalink
Automatic code cleanup.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 566245154
Change-Id: Id906c52da9c922cee77782994a63c6b1dc656fc8
  • Loading branch information
comius authored and copybara-github committed Sep 18, 2023
1 parent 9c1686d commit fc88354
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion examples/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# A collection of examples showing the usage of rules_cc

load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
load("@bazel_skylib//rules:common_settings.bzl", "bool_flag")

# A collection of examples showing the usage of rules_cc
licenses(["notice"])

bool_flag(
Expand Down
1 change: 1 addition & 0 deletions examples/my_c_compile/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ load("//examples/my_c_compile:my_c_compile.bzl", "my_c_compile")
# limitations under the License.

# Example showing how to create a custom Starlark rule that just compiles C sources

licenses(["notice"])

my_c_compile(
Expand Down
2 changes: 0 additions & 2 deletions tools/migration/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# limitations under the License.

load("@bazel_skylib//:bzl_library.bzl", "bzl_library")

# Go rules
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
load("@rules_python//python:defs.bzl", "py_binary", "py_library", "py_test")

Expand Down

0 comments on commit fc88354

Please sign in to comment.