summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/network/arp/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/tcpip/network/arp/BUILD')
-rw-r--r--pkg/tcpip/network/arp/BUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkg/tcpip/network/arp/BUILD b/pkg/tcpip/network/arp/BUILD
index df0d3a8c0..e7617229b 100644
--- a/pkg/tcpip/network/arp/BUILD
+++ b/pkg/tcpip/network/arp/BUILD
@@ -7,9 +7,7 @@ go_library(
name = "arp",
srcs = ["arp.go"],
importpath = "gvisor.dev/gvisor/pkg/tcpip/network/arp",
- visibility = [
- "//visibility:public",
- ],
+ visibility = ["//visibility:public"],
deps = [
"//pkg/tcpip",
"//pkg/tcpip/buffer",