From f4fca2ffd00a96a750083ae255b007f3c2ad3dac Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Tue, 9 May 2023 07:34:49 +0000 Subject: [PATCH] buildifier --- iptools/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iptools/BUILD.bazel b/iptools/BUILD.bazel index 2640e04..3c5dbb1 100644 --- a/iptools/BUILD.bazel +++ b/iptools/BUILD.bazel @@ -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", )