Skip to content

Commit 6702783

Browse files
Merge pull request #11963 from rabbitmq/gazelle-v4.0.x
bazel run gazelle
2 parents d1b9595 + 29b1780 commit 6702783

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

deps/rabbit/app.bzl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1295,8 +1295,10 @@ def test_suite_beam_files(name = "test_suite_beam_files"):
12951295
testonly = True,
12961296
srcs = ["test/rabbit_fifo_SUITE.erl"],
12971297
outs = ["test/rabbit_fifo_SUITE.beam"],
1298-
hdrs = ["src/rabbit_fifo.hrl",
1299-
"src/rabbit_fifo_dlx.hrl"],
1298+
hdrs = [
1299+
"src/rabbit_fifo.hrl",
1300+
"src/rabbit_fifo_dlx.hrl",
1301+
],
13001302
app_name = "rabbit",
13011303
erlc_opts = "//:test_erlc_opts",
13021304
deps = ["//deps/rabbit_common:erlang_app"],

0 commit comments

Comments
 (0)