diff --git a/src/main/java/gumtree/spoon/AstComparator.java b/src/main/java/gumtree/spoon/AstComparator.java index 0fddd318..243ffb0b 100644 --- a/src/main/java/gumtree/spoon/AstComparator.java +++ b/src/main/java/gumtree/spoon/AstComparator.java @@ -182,4 +182,4 @@ public CtType getCtType(String content, String filename) { VirtualFile resource = new VirtualFile(content, filename); return getCtType(resource); } -} +} \ No newline at end of file