style: スタイルを調整

This commit is contained in:
usbharu 2023-09-27 14:50:28 +09:00
parent b735e4bf5d
commit 3f4341c05c
2 changed files with 1 additions and 2 deletions

View File

@ -37,7 +37,6 @@ class MastodonAccountApiController(
reason: String? reason: String?
): ResponseEntity<Unit> = runBlocking { ): ResponseEntity<Unit> = runBlocking {
transaction.transaction { transaction.transaction {
accountApiService.registerAccount(UserCreateDto(username, username, "", password)) accountApiService.registerAccount(UserCreateDto(username, username, "", password))
} }
val httpHeaders = HttpHeaders() val httpHeaders = HttpHeaders()