Skip to content

Commit 7d7e6ea

Browse files
committed
drive-by bazel formatting
1 parent 594f9df commit 7d7e6ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deps/amqp10_client/BUILD.bazel

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ rabbitmq_run(
5555
home = ":broker-for-tests-home",
5656
)
5757

58+
PACKAGE = "deps/amqp10_client"
59+
5860
rabbitmq_integration_suite(
59-
"deps/amqp10_client",
61+
PACKAGE,
6062
name = "system_SUITE",
6163
size = "medium",
6264
additional_hdrs = [

0 commit comments

Comments
 (0)