style(account): fix scalafmt violation in AccountResourceTest
Build & Test (NowChessSystems) TeamCity build finished
Build & Test (NowChessSystems) TeamCity build finished
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+2
-1
@@ -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`()
|
||||||
|
|||||||
Reference in New Issue
Block a user