Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
SirYwell committed Apr 17, 2024
1 parent a90757b commit 83d03e1
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -1209,7 +1209,6 @@ public void visitCtCompilationUnit(CtCompilationUnit compilationUnit) {
throw new SpoonException("Unexpected compilation unit type: " + compilationUnit.getUnitType());
}
elementPrinterHelper.writeComment(compilationUnit, CommentOffset.AFTER);
printer.writeln(); // end file with newline
} finally {
this.sourceCompilationUnit = outerCompilationUnit;
}
Expand Down

0 comments on commit 83d03e1

Please sign in to comment.