Skip to content

Commit

Permalink
Spotless all the way...
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Apr 21, 2024
1 parent d57b58f commit faf2a36
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ data class CoturnServer(

fun toUDPTransport() = TransportAddress(
uri.host,
if(uri.port == -1) DEFAULT_PORT else uri.port,
Transport.UDP)
if (uri.port == -1) DEFAULT_PORT else uri.port,
Transport.UDP,
)
}

0 comments on commit faf2a36

Please sign in to comment.