mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 19:21:37 +00:00
use gazel to autofix formatting
This commit is contained in:
@@ -5,8 +5,11 @@ exports_files(glob(["*.txt"]))
|
||||
py_test(
|
||||
name = "boilerplate_test",
|
||||
srcs = [
|
||||
"boilerplate_test.py",
|
||||
"boilerplate.py",
|
||||
"boilerplate_test.py",
|
||||
],
|
||||
data = glob(["*.txt", "test/*"]),
|
||||
data = glob([
|
||||
"*.txt",
|
||||
"test/*",
|
||||
]),
|
||||
)
|
||||
|
@@ -5,7 +5,6 @@ licenses(["notice"])
|
||||
load(
|
||||
"@io_bazel_rules_go//go:def.bzl",
|
||||
"go_library",
|
||||
"go_test",
|
||||
)
|
||||
|
||||
go_library(
|
||||
|
Reference in New Issue
Block a user