Skip to content

Commit

Permalink
chore: remove another spot
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Sep 2, 2024
1 parent 1752576 commit 4682764
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

load("@buildifier_prebuilt//:rules.bzl", "buildifier")
load("//:tools/defaults.bzl", "codeowners")

package(default_visibility = ["//visibility:public"])

Expand Down Expand Up @@ -45,11 +44,3 @@ buildifier(
mode = "diff",
tags = ["manual"], # tag as manual so windows ci does not build it by default
)

codeowners(
pattern = "*",
teams = [
"@mattem",
"@gregmagolan",
],
)

0 comments on commit 4682764

Please sign in to comment.