Skip to content

Commit afc9d62

Browse files
committed
chore: Fix buildifier formatting.
1 parent d6f776b commit afc9d62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

BUILD.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ exports_files(srcs = [
1010

1111
nodejs_binary(
1212
name = "js-toxcore-c",
13-
data = glob(["lib/*.js"]), # + ["@npm//ref-napi"],
13+
data = glob(["lib/*.js"]), # + ["@npm//ref-napi"],
1414
entry_point = "lib/main.js",
15+
tags = ["no-cross"],
1516
visibility = ["//visibility:public"],
1617
)

0 commit comments

Comments
 (0)