Skip to content

Commit

Permalink
fix newline #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerii committed Jan 16, 2024
1 parent 6f1336a commit ce0c25c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ import com.intellij.psi.util.PsiTreeUtil
import org.jetbrains.kotlin.psi.KtClass

fun authorCountKtClasses(psiFile: PsiFile) =
PsiTreeUtil.findChildrenOfType(psiFile, KtClass::class.java).toList().size
PsiTreeUtil.findChildrenOfType(psiFile, KtClass::class.java).toList().size

0 comments on commit ce0c25c

Please sign in to comment.