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