This commit is contained in:
trochas
2025-04-25 15:05:38 +02:00
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+")";
}