style(account): fix scalafmt violation in AccountResourceTest
Build & Test (NowChessSystems) TeamCity build finished

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-03 11:28:29 +02:00
parent e3503642cd
commit c91953532a
@@ -163,7 +163,8 @@ class AccountResourceTest:
.post("/api/account/official-bots/sync") .post("/api/account/official-bots/sync")
.`then`() .`then`()
.statusCode(204) .statusCode(204)
RestAssured.`given`() RestAssured
.`given`()
.when() .when()
.get("/api/account/official-bots") .get("/api/account/official-bots")
.`then`() .`then`()