Skip to content

Commit e2416e5

Browse files
Merge pull request #9265 from rabbitmq/gazelle-main
bazel run gazelle
2 parents 35b9f08 + 60d602c commit e2416e5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

deps/rabbit/app.bzl

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2029,11 +2029,11 @@ def test_suite_beam_files(name = "test_suite_beam_files"):
20292029
deps = ["//deps/amqp10_common:erlang_app", "//deps/rabbit_common:erlang_app"],
20302030
)
20312031
erlang_bytecode(
2032-
name = "routing_SUITE_beam_files",
2033-
testonly = True,
2034-
srcs = ["test/routing_SUITE.erl"],
2035-
outs = ["test/routing_SUITE.beam"],
2036-
app_name = "rabbit",
2037-
erlc_opts = "//:test_erlc_opts",
2038-
deps = ["//deps/amqp_client:erlang_app"],
2039-
)
2032+
name = "routing_SUITE_beam_files",
2033+
testonly = True,
2034+
srcs = ["test/routing_SUITE.erl"],
2035+
outs = ["test/routing_SUITE.beam"],
2036+
app_name = "rabbit",
2037+
erlc_opts = "//:test_erlc_opts",
2038+
deps = ["//deps/amqp_client:erlang_app"],
2039+
)

0 commit comments

Comments
 (0)