Skip to content

Commit ad4a4be

Browse files
Move a comment.
1 parent dea0c9a commit ad4a4be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/language/languageConfiguration.unit.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ const INDENT_ON_ENTER = [ // block-beginning statements
3232
/^else\b/
3333
];
3434
const DEDENT_ON_ENTER = [ // block-ending statements
35+
// For now we are ignoring "return" completely. See gh-6564.
36+
///^return\b/,
3537
/^break$/,
3638
/^continue$/,
3739
/^raise\b/,
38-
// For now we are ignoring "return" completely. See gh-6564.
39-
///^return\b/,
4040
/^pass\b/
4141
];
4242

0 commit comments

Comments
 (0)