We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 520dc0f + 3f7f0a6 commit 349c484Copy full SHA for 349c484
bazel/BUILD.cowlib
@@ -68,7 +68,6 @@ erlang_bytecode(
68
"src/cow_spdy.hrl",
69
],
70
app_name = "cowlib",
71
- beam = [],
72
erlc_opts = "//:erlc_opts",
73
)
74
@@ -119,14 +118,13 @@ filegroup(
119
118
120
121
122
-filegroup(
123
- name = "priv",
124
- srcs = [],
125
-)
+filegroup(name = "priv")
126
127
filegroup(
128
name = "licenses",
129
- srcs = ["LICENSE"],
+ srcs = [
+ "LICENSE",
+ ],
130
131
132
0 commit comments