christophsturm
06/20/2023, 8:08 AMval context = describe("The Failgood DSL") {
...
}
to this:
val context =
describe("The Failgood DSL") {
...
}
its the dsl of my test runner and that formatting costs me one indentation level.Nivaldo H Bondança
08/24/2023, 2:37 PMchristophsturm
08/25/2023, 11:14 AM