You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-04 15:02:09 +03:00
Add simicolons
This is just a style change
This commit is contained in:
@@ -16,7 +16,7 @@ redis.RedisClient.prototype.parse_info = function (callback) {
|
||||
obj[parts[0]] = parts[1];
|
||||
}
|
||||
});
|
||||
callback(obj)
|
||||
callback(obj);
|
||||
});
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user