Skip to content

Commit

Permalink
[fix] Don't print implicit values, fix #48
Browse files Browse the repository at this point in the history
  • Loading branch information
slarse committed Mar 4, 2020
1 parent 400b1a2 commit 8699dd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/se/kth/spork/cli/SporkPrettyPrinter.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public class SporkPrettyPrinter extends DefaultJavaPrettyPrinter {
*/
public SporkPrettyPrinter(Environment env) {
super(env);
setIgnoreImplicit(false);
}

@Override
Expand Down

0 comments on commit 8699dd7

Please sign in to comment.