Skip to content

Commit c5ac37c

Browse files
committed
fix(schema): fix default for nextControlFlowPosition
1 parent e9152ff commit c5ac37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
"nextControlFlowPosition": {
187187
"description": "Where to place the next control flow within a control flow statement.",
188188
"type": "string",
189-
"default": "nextLine",
189+
"default": "sameLine",
190190
"oneOf": [{
191191
"const": "maintain",
192192
"description": "Maintains the next control flow being on the next line or the same line."

0 commit comments

Comments
 (0)