Skip to content

Commit f798f42

Browse files
committed
style: lint
1 parent 4a6444e commit f798f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/templates/handlerUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import fs, { createWriteStream, existsSync } from 'fs'
2-
import { http, https } from 'follow-redirects'
32
import { tmpdir } from 'os'
43
import path from 'path'
54
import { pipeline } from 'stream'
65
import { promisify } from 'util'
76

7+
import { http, https } from 'follow-redirects'
88
import type NextNodeServer from 'next/dist/server/next-server'
99

1010
export type NextServerType = typeof NextNodeServer

0 commit comments

Comments
 (0)