From 987716798fb3bddc9abc7e12c25a043447be5280 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 2 Sep 2021 18:28:12 -0400 Subject: feat(fmt): add basic JS doc formatting (#11902) --- core/00_primordials.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/00_primordials.js') diff --git a/core/00_primordials.js b/core/00_primordials.js index 86af76c38..d8704a96d 100644 --- a/core/00_primordials.js +++ b/core/00_primordials.js @@ -333,8 +333,8 @@ }; /** - * @type {typeof primordials.makeSafe} - */ + * @type {typeof primordials.makeSafe} + */ const makeSafe = (unsafe, safe) => { if (SymbolIterator in unsafe.prototype) { const dummy = new unsafe(); -- cgit v1.2.3