From 1d6ede7d410738b87992019b184f5fb5232bc1a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 06:33:53 +0000 Subject: [PATCH] chore: code formatting --- .github/scripts/presets_examples.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/presets_examples.mjs b/.github/scripts/presets_examples.mjs index 9d1d9f7b..dc9fd208 100644 --- a/.github/scripts/presets_examples.mjs +++ b/.github/scripts/presets_examples.mjs @@ -2,10 +2,10 @@ import fs from "fs/promises" import processes from "child_process" import yaml from "js-yaml" +import fetch from "node-fetch" import paths from "path" import sgit from "simple-git" import url from "url" -import fetch from "node-fetch" //Mode const [mode = "dryrun"] = process.argv.slice(2)