summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/link/tun/BUILD
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2019-11-23 23:21:04 -0800
committergVisor bot <gvisor-bot@google.com>2019-11-23 23:54:41 -0800
commitc3b93afeafeff4555b57aa22c2a91375f9e38e28 (patch)
tree85732860eeb6975c5cef383338a76cefcb44716a /pkg/tcpip/link/tun/BUILD
parentb0a1bbd3e248888cf6c9e6fa73df5d2c22490f85 (diff)
Cleanup visibility.
PiperOrigin-RevId: 282194656
Diffstat (limited to 'pkg/tcpip/link/tun/BUILD')
-rw-r--r--pkg/tcpip/link/tun/BUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkg/tcpip/link/tun/BUILD b/pkg/tcpip/link/tun/BUILD
index 92dce8fac..a71a493fc 100644
--- a/pkg/tcpip/link/tun/BUILD
+++ b/pkg/tcpip/link/tun/BUILD
@@ -6,7 +6,5 @@ go_library(
name = "tun",
srcs = ["tun_unsafe.go"],
importpath = "gvisor.dev/gvisor/pkg/tcpip/link/tun",
- visibility = [
- "//visibility:public",
- ],
+ visibility = ["//visibility:public"],
)