From b7b95585aac3c169ca76074c731d79a4f7509b72 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 7 Aug 2023 22:00:22 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.7.12 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index bcbec6e..b923e90 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ runner.dialect = "scala213" -version = 3.7.3 +version = 3.7.12 binPack.parentConstructors = true maxColumn = 128 includeCurlyBraceInSelectChains = false From 26c1a471bd376a6b5ddb68a1899fe5c21c3f9270 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 7 Aug 2023 22:00:33 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.7.12 Executed command: scalafmt --non-interactive --- .../amqp/examples/RequestReplyTwoBrokerExample.scala | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/test/scala/ru/tinkoff/gatling/amqp/examples/RequestReplyTwoBrokerExample.scala b/src/test/scala/ru/tinkoff/gatling/amqp/examples/RequestReplyTwoBrokerExample.scala index db1fa51..584871b 100644 --- a/src/test/scala/ru/tinkoff/gatling/amqp/examples/RequestReplyTwoBrokerExample.scala +++ b/src/test/scala/ru/tinkoff/gatling/amqp/examples/RequestReplyTwoBrokerExample.scala @@ -13,12 +13,11 @@ import scala.concurrent.duration._ /** Execute this test. * - start docker-compose for the `docker-compose.yaml` - docker-compose -f docker-compose.yml up - * -- open http://localhost:15672 (gatling publishes messages here), user: guest, password: guest - * -- open http://localhost:15673 (consumer writes messages here), user: guest, password: guest + * -- open http://localhost:15672 (gatling publishes messages here), user: guest, password: guest -- open + * http://localhost:15673 (consumer writes messages here), user: guest, password: guest * - run RequestReplyGatlingRunner from IDE - it will - * -- start the messageConsumer SimpleRabbitMQClient - * -- gatling publish messages to readQueue, simpleClient reads them - * -- gatling receives messages from writeQueue, simple client has them written + * -- start the messageConsumer SimpleRabbitMQClient -- gatling publish messages to readQueue, simpleClient reads them -- + * gatling receives messages from writeQueue, simple client has them written */ class RequestReplyTwoBrokerExample extends Simulation { From 94f2ba383d6d95431a44ae286a99c2182eb5374c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 7 Aug 2023 22:00:33 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.7.12' to .git-blame-ignore-revs --- .git-blame-ignore-revs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index da9d9c5..592ac02 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -2,4 +2,6 @@ efde41ddb9bf831725193a44c2a8b0d58c02fd0a # Scala Steward: Reformat with scalafmt 3.7.3 -f77f3ee8cce3027219cd3b16954caca84694856b \ No newline at end of file +f77f3ee8cce3027219cd3b16954caca84694856b +# Scala Steward: Reformat with scalafmt 3.7.12 +26c1a471bd376a6b5ddb68a1899fe5c21c3f9270