change to varImp

This commit is contained in:
Vu Tuan Minh
2025-04-25 15:04:51 +02:00
parent a86f3433be
commit 11a124a640
3 changed files with 7 additions and 8 deletions

View File

@@ -42,7 +42,6 @@ public class PrettyprinterVisitor implements ProgramVisitor<String,String>,
str+=", ";
}
}
return str+")";
}