Skip to content

Commit

Permalink
Move a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsnowcurrently committed Aug 12, 2019
1 parent dea0c9a commit ad4a4be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/language/languageConfiguration.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ const INDENT_ON_ENTER = [ // block-beginning statements
/^else\b/
];
const DEDENT_ON_ENTER = [ // block-ending statements
// For now we are ignoring "return" completely. See gh-6564.
///^return\b/,
/^break$/,
/^continue$/,
/^raise\b/,
// For now we are ignoring "return" completely. See gh-6564.
///^return\b/,
/^pass\b/
];

Expand Down

0 comments on commit ad4a4be

Please sign in to comment.