Skip to content

Commit

Permalink
Update FilePrinter.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
fengzhizi715 committed Oct 24, 2021
1 parent 8e1f2ca commit 82210af
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,6 @@ class FilePrinter(fileBuilder: FileBuilder):Printer{
result = 31 * result + writer.hashCode()
return result
}

fun getFolderPath() = folderPath
}

0 comments on commit 82210af

Please sign in to comment.