deno: run deno fmt on update script

This commit is contained in:
Mark Vainomaa 2021-11-19 15:59:59 +02:00
parent c5ab781203
commit 2ff27bbc8e
No known key found for this signature in database
GPG Key ID: 1B3F9523B542D315

View File

@ -25,9 +25,7 @@ const getLibrustyV8Version = async (
) =>
fetch(`https://github.com/${owner}/${repo}/raw/${version}/core/Cargo.toml`)
.then((res) => res.text())
.then((txt) =>
txt.match(genValueRegExp("v8", versionRegExp))?.shift()
);
.then((txt) => txt.match(genValueRegExp("v8", versionRegExp))?.shift());
const fetchArchShaTasks = (version: string, arches: Architecture[]) =>
arches.map(