Skip to content

Commit

Permalink
diktatFix #4
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Oct 28, 2022
1 parent 6748f91 commit fe3696b
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@

package org.cqfn.diktat.test.framework.util

import mu.KotlinLogging
import org.cqfn.diktat.common.utils.loggerWithKtlintConfig

import mu.KotlinLogging

import java.io.IOException
import java.nio.file.FileVisitResult
import java.nio.file.FileVisitResult.CONTINUE
import java.nio.file.Files.walkFileTree
import java.nio.file.NoSuchFileException
import java.nio.file.Path
import java.nio.file.SimpleFileVisitor
import java.nio.file.NoSuchFileException
import java.nio.file.attribute.BasicFileAttributes

import kotlin.io.path.absolute
import kotlin.io.path.deleteExisting
import kotlin.io.path.deleteIfExists
Expand Down

0 comments on commit fe3696b

Please sign in to comment.