You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
Fix a few style/whitespace errors
This commit is contained in:
committed by
Ruben Bridgewater
parent
c74107c972
commit
0596480b03
@@ -23,7 +23,7 @@ function startStunnel(done) {
|
||||
}
|
||||
|
||||
function stopStunnel(done) {
|
||||
if(stunnel_process) {
|
||||
if (stunnel_process) {
|
||||
StunnelProcess.stop(stunnel_process, done);
|
||||
} else {
|
||||
done();
|
||||
|
Reference in New Issue
Block a user