Skip to content

Commit

Permalink
Update ImageProcessor
Browse files Browse the repository at this point in the history
  • Loading branch information
serbelga committed Jan 5, 2024
1 parent e68809d commit 312a85c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class ImageProcessor(

private fun MutableList<Image>.addImages(
file: File,
categoryPath: String = ""
categoryPath: String = "",
) {
if (file.isDirectory) {
val category = categoryPath.plus("${file.name.toKotlinPropertyName()}.")
Expand Down

0 comments on commit 312a85c

Please sign in to comment.