Skip to content

Commit fa3b4e7

Browse files
authored
Update InstanceRegistryController.scala
removed whitespace
1 parent 737f66b commit fa3b4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/InstanceRegistryController.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ class InstanceRegistryController @Inject()(implicit system: ActorSystem, mat: Ma
210210
val jsonBody: Option[JsValue] = request.body.asJson
211211

212212
jsonBody.map { json =>
213-
213+
214214
val username = (json \ "username").as[String]
215215
val password = (json \ "password").as[String]
216216

0 commit comments

Comments
 (0)