Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Mar 3, 2019
1 parent cebdac3 commit 3351e0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/formatter/marker/MarkEmptyLines.hx
Original file line number Diff line number Diff line change
Expand Up @@ -950,9 +950,9 @@ class MarkEmptyLines extends MarkerBase {
if (tokenInf == null) {
continue;
}
// if (TokenTreeCheckUtils.isMetadata(tokenInf.token)) {
// continue;
// }
if (TokenTreeCheckUtils.isMetadata(tokenInf.token)) {
continue;
}
tokenInf.emptyLinesAfter++;
}
}
Expand Down

0 comments on commit 3351e0d

Please sign in to comment.