Skip to content

Commit

Permalink
Refine code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Jan 30, 2021
1 parent 1394ab3 commit 7112c49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class ProxyInstance(val profile: Profile, private val route: String = profile.ro
}
config.put("local_address", DataStore.listenAddress)
config.put("local_port", DataStore.portProxy)
config.put("udp_max_associations", 256);
config.put("udp_max_associations", 256)
configFile.writeText(config.toString())

val cmd = arrayListOf(
Expand Down

0 comments on commit 7112c49

Please sign in to comment.