Minor newline nit. [ci skip]

This commit is contained in:
John-David Dalton
2016-03-27 08:42:53 -07:00
parent 9b15dc2017
commit acf4651c0e

View File

@@ -5253,8 +5253,7 @@
(Map && getTag(new Map) != mapTag) || (Map && getTag(new Map) != mapTag) ||
(Promise && getTag(Promise.resolve()) != promiseTag) || (Promise && getTag(Promise.resolve()) != promiseTag) ||
(Set && getTag(new Set) != setTag) || (Set && getTag(new Set) != setTag) ||
(WeakMap && getTag(new WeakMap) != weakMapTag) (WeakMap && getTag(new WeakMap) != weakMapTag)) {
) {
getTag = function(value) { getTag = function(value) {
var result = objectToString.call(value), var result = objectToString.call(value),
Ctor = result == objectTag ? value.constructor : null, Ctor = result == objectTag ? value.constructor : null,