[Code Style] Run gulp fixstyle
...to apply code style settings from #142.
This commit is contained in:
@@ -71,7 +71,9 @@ define(
|
||||
mockQ.all.andCallFake(function (values) {
|
||||
return values.map(function (v) {
|
||||
var r;
|
||||
asPromise(v).then(function (value) { r = value; });
|
||||
asPromise(v).then(function (value) {
|
||||
r = value;
|
||||
});
|
||||
return r;
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user