Skip to content

Commit

Permalink
fix detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
saleniuk committed May 17, 2024
1 parent b508d8b commit c7e5b00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ actual class KaliumFileSystemImpl actual constructor(
*/
override fun tempFilePath(pathString: String?): Path {
val filePath = pathString ?: "temp_file_path"
createDirectories(rootCachePath) // create dir structure in case cache is cleared
createDirectories(rootCachePath) // create dir structure in case cache is cleared
return "$rootCachePath/$filePath".toPath()
}

Expand Down

0 comments on commit c7e5b00

Please sign in to comment.