summaryrefslogtreecommitdiffhomepage
path: root/runsc
diff options
context:
space:
mode:
Diffstat (limited to 'runsc')
-rw-r--r--runsc/BUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/runsc/BUILD b/runsc/BUILD
index 4d2046ed3..af8e928c5 100644
--- a/runsc/BUILD
+++ b/runsc/BUILD
@@ -1,4 +1,6 @@
-package(licenses = ["notice"]) # Apache 2.0
+package(
+ licenses = ["notice"], # Apache 2.0
+)
load("@io_bazel_rules_go//go:def.bzl", "go_binary")
load("@bazel_tools//tools/build_defs/pkg:pkg.bzl", "pkg_deb", "pkg_tar")