Skip to content

Commit

Permalink
chore: fix ktlint warning (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward committed Dec 3, 2020
1 parent 4250d5d commit 8eba4ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class RouteGuideServer(
}
}

fun main(args: Array<String>) {
fun main() {
val port = 8980
val server = RouteGuideServer(port)
server.start()
Expand Down

0 comments on commit 8eba4ad

Please sign in to comment.