Skip to content

Commit

Permalink
Project: run buildifier on BUILD files (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
russellhancox authored Jan 28, 2021
1 parent 58fe5d3 commit 8b22c85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/santa_driver/BUILD
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
licenses(["notice"])

load(
"@build_bazel_rules_apple//apple:macos.bzl",
"macos_command_line_application",
"macos_kernel_extension",
)
load("//:helper.bzl", "run_command", "santa_unit_test")
load("//:helper.bzl", "run_command")
load("//:version.bzl", "SANTA_VERSION")

licenses(["notice"])

cc_library(
name = "santa_driver_lib",
srcs = [
Expand Down

0 comments on commit 8b22c85

Please sign in to comment.