lol

deno: run deno fmt on update script

+1 -3
+1 -3
pkgs/development/web/deno/update/librusty_v8.ts
··· 25 25 ) => 26 26 fetch(`https://github.com/${owner}/${repo}/raw/${version}/core/Cargo.toml`) 27 27 .then((res) => res.text()) 28 - .then((txt) => 29 - txt.match(genValueRegExp("v8", versionRegExp))?.shift() 30 - ); 28 + .then((txt) => txt.match(genValueRegExp("v8", versionRegExp))?.shift()); 31 29 32 30 const fetchArchShaTasks = (version: string, arches: Architecture[]) => 33 31 arches.map(