Skip to content

Commit a9b44b2

Browse files
🤖 dprint fmt
1 parent 00b127d commit a9b44b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

types/formidable/formidable-tests.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ import {
66
Formidable,
77
formidable as formidableAlias,
88
IncomingForm,
9+
json,
10+
multipart,
911
MultipartParser,
12+
octetstream,
1013
Options,
1114
Part,
1215
PersistentFile,
13-
plugins,
14-
VolatileFile,
1516
PluginFunction,
16-
octetstream,
17+
plugins,
1718
querystring,
18-
multipart,
19-
json,
19+
VolatileFile,
2020
} from "formidable";
2121
import * as http from "http";
2222

0 commit comments

Comments
 (0)