Formatting

This commit is contained in:
Bryan Ashby 2016-08-26 21:28:17 -06:00
parent ef6c21e48e
commit 3319e8d7f9
1 changed files with 1 additions and 3 deletions

View File

@ -16,9 +16,7 @@ exports.removeClient = removeClient;
const clientConnections = []; const clientConnections = [];
exports.clientConnections = clientConnections; exports.clientConnections = clientConnections;
function getActiveConnections() { function getActiveConnections() { return clientConnections; }
return clientConnections;
}
function getActiveNodeList(authUsersOnly) { function getActiveNodeList(authUsersOnly) {