Skip to content

Commit 498be91

Browse files
committed
types: fixup indentation
1 parent 49c8c13 commit 498be91

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

types.d.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ interface ComponentizeOptions {
3030
*/
3131
disableFeatures?: ('stdio' | 'random' | 'clocks')[],
3232
/**
33-
* Enable WASI features in the base engine
34-
*
35-
* - http: fetch() API
36-
*
37-
*/
33+
* Enable WASI features in the base engine
34+
*
35+
* - http: fetch() API
36+
*
37+
*/
3838
enableFeatures?: ('http')[],
3939
}
4040

0 commit comments

Comments
 (0)