mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +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(
|
||||
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(
|
||||
|
Loading…
Reference in New Issue
Block a user