actually fix lint

pull/16060/head
ComputerGuy 3 months ago
parent d03b1112f8
commit 3480a356aa

@ -10,7 +10,6 @@ export function is_date(obj) {
return Object.prototype.toString.call(obj) === '[object Date]';
}
/**
* @template {Source<any>} T
* @param {T} source
@ -22,4 +21,4 @@ export function tag_if_necessary(source, name) {
return /** @type {T} */ (tag(source, name));
}
return source;
}
}

Loading…
Cancel
Save