Skip to content

Commit 51ef787

Browse files
committed
scalafmt
1 parent 30cc07c commit 51ef787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spra-play-server/src/test/scala/controllers/AdminControllerSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ class AdminControllerSpec extends PlayPostgresSpec with AdminUtils {
680680

681681
responseMetadata.head.nonEmpty mustBe true
682682
}
683-
683+
684684
"return new user id" in withApiClient { implicit client =>
685685
val user = createUser.futureValue
686686
val response = client.getTableMetadata(usersSettings.tableName, List("name", "ASC"), List(0, 9), "{}").futureValue

0 commit comments

Comments
 (0)