style: prettier

This commit is contained in:
Mariusz Nowak
2018-02-23 16:37:33 +01:00
parent 9446048064
commit ad0f1f4f13

View File

@@ -20,7 +20,8 @@ extensions.maxAge = function (maxAge, conf, options) {
if (!maxAge) return;
timeouts = create(null);
postfix = (options.async && extensions.async) || (options.promise && extensions.promise)
postfix =
(options.async && extensions.async) || (options.promise && extensions.promise)
? "async"
: "";
conf.on("set" + postfix, function (id) {