Commit 7112c49d authored by Mygod's avatar Mygod

Refine code style

parent 1394ab32
......@@ -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(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment