Skip to content

Commit

Permalink
Remove redundant shadowed val (#4571)
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex committed Feb 7, 2022
1 parent 56baa43 commit a2fd61d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,6 @@ internal object DetektTaskDslSpec : Spek({

describe("and creating a custom task") {
context("using the kotlin dsl") {
val builder = kotlin().dryRun()
beforeGroup {
val config = """
|task<io.gitlab.arturbosch.detekt.Detekt>("myDetekt") {
Expand Down

0 comments on commit a2fd61d

Please sign in to comment.