Commit b94c16c7 authored by Lozen Liu's avatar Lozen Liu

Fix a coding style issue

Method name should conform to the standard
parent a03a6af5
......@@ -321,7 +321,7 @@ class Shadowsocks
}
}
private def crash_recovery() {
private def crashRecovery() {
val cmd = new ArrayBuffer[String]()
for (task <- Array("ss-local", "ss-tunnel", "pdnsd", "redsocks", "tun2socks")) {
......@@ -849,7 +849,7 @@ class Shadowsocks
def reset() {
crash_recovery()
crashRecovery()
copyAssets(System.getABI)
......
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