Browse Source

Removed orphaned code

pull/14/head
Vitaly Puzrin 10 years ago
parent
commit
bff7f50fc0
  1. 3
      lib/rules_block/code.js

3
lib/rules_block/code.js

@ -18,9 +18,6 @@ module.exports = function code(state, startLine, endLine, silent) {
if (state.bqMarks[nextLine] < state.bqLevel) { break; }
if (isEmpty(state, nextLine)) {
nextLine++;
if (state.options.pedantic) {
last = nextLine;
}
continue;
}
if (state.tShift[nextLine] - state.blkIndent >= 4) {

Loading…
Cancel
Save