Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
diktatFix
Browse files Browse the repository at this point in the history
nulls committed Nov 15, 2023
1 parent 60861fe commit a6d2499
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ fun <T> Any.closureOf(action: T.() -> Unit): Closure<Any?> =
KotlinClosure1(action, this, this)

/**
* @param diktatExtension
* @param diktatExtension
* @return returns sourceRootDir as projectDir for sarif report
*/
fun Project.getSourceRootDir(diktatExtension: DiktatExtension): Path? = when {

0 comments on commit a6d2499

Please sign in to comment.