Skip to content

Commit 4af4544

Browse files
Fix NPE
1 parent 2ec7b55 commit 4af4544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/computerdaddyguy/jfiletreeprettyprinter/visitor/VisitingFileTreePrettyPrinter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public String prettyPrint(Path path) {
3131

3232
@Override
3333
public PrettyPrintOptions getOptions() {
34-
return null;
34+
return options;
3535
}
3636

3737
}

0 commit comments

Comments
 (0)