buildifier

This commit is contained in:
Kyle Isom 2023-05-09 07:34:49 +00:00
parent f66fbc0f6c
commit f4fca2ffd0
1 changed files with 1 additions and 1 deletions

View File

@ -19,11 +19,11 @@ go_library(
go_test(
name = "iptools_test",
size = "small",
srcs = [
"hardware_address_test.go",
"pool_test.go",
"range_test.go",
],
embed = [":iptools"],
size = "small",
)