Skip to content

Commit a1bb9bd

Browse files
committed
fixup: formatting
1 parent 15ad628 commit a1bb9bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/node/cli.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@ export const options: Options<Required<UserProvidedArgs>> = {
160160
},
161161
"disable-file-downloads": {
162162
type: "boolean",
163-
description: "Disable file downloads from Code. This can also be set with CS_DISABLE_FILE_DOWNLOADS set to 'true' or '1'.",
163+
description:
164+
"Disable file downloads from Code. This can also be set with CS_DISABLE_FILE_DOWNLOADS set to 'true' or '1'.",
164165
},
165166
// --enable can be used to enable experimental features. These features
166167
// provide no guarantees.

0 commit comments

Comments
 (0)