Skip to content

Commit

Permalink
Apply spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Dec 4, 2023
1 parent ab191e8 commit c9c4e60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kia-lib/src/test/kotlin/com/faforever/ice/IceAdapterIT.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import org.testcontainers.utility.DockerImageName
@Testcontainers
class IceAdapterIT {
companion object {
private const val DOCKER_IMAGE_NAME: String = "coturn/coturn";
private const val COTURN_SERVER_HOSTNAME: String = "test";
private const val DOCKER_IMAGE_NAME: String = "coturn/coturn"
private const val COTURN_SERVER_HOSTNAME: String = "test"

@Container
val coturnServerContainer: GenericContainer<Nothing> =
Expand Down

0 comments on commit c9c4e60

Please sign in to comment.