Skip to content

Commit e1392fd

Browse files
committed
whitespace fix
1 parent e6b7b51 commit e1392fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/groups.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -430,10 +430,10 @@ var utils = require('../public/src/utils');
430430
},
431431
function(groupNames, next) {
432432
var groupSets = groupNames.map(function(name) {
433-
return 'group:' + name + ':members';
434-
});
433+
return 'group:' + name + ':members';
434+
});
435435

436-
async.map(uids, function(uid, next) {
436+
async.map(uids, function(uid, next) {
437437
db.isMemberOfSortedSets(groupSets, uid, function(err, isMembers) {
438438
if (err) {
439439
return next(err);

0 commit comments

Comments
 (0)