Commit 368147e

Anton Medvedev <anton@medv.io>
2022-05-31 23:20:34
Code style
1 parent 4a6ad03
Changed files (2)
src/cli.ts
@@ -19,7 +19,6 @@ import { createRequire } from 'node:module'
 import { tmpdir } from 'node:os'
 import { basename, dirname, extname, join, resolve } from 'node:path'
 import url from 'node:url'
-
 import { $, argv, fetch, ProcessOutput, chalk } from './index.js'
 import { randomId } from './util.js'
 import './globals.js'
src/goods.ts
@@ -35,7 +35,6 @@ export const globby = Object.assign(function globby(
   return globbyModule.globby(patterns, options)
 },
 globbyModule)
-
 export const glob = globby
 
 export async function fetch(url: RequestInfo, init?: RequestInit) {