Skip to content

Commit cec4f10

Browse files
committed
Code cleanup.
1 parent c3ecef1 commit cec4f10

File tree

1 file changed

+1
-0
lines changed
  • build-logic/src/main/kotlin/org/sdkotlin/buildlogic/globalexec

1 file changed

+1
-0
lines changed

build-logic/src/main/kotlin/org/sdkotlin/buildlogic/globalexec/GlobalExec.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ abstract class BuildScopedGreetingService :
3939
}
4040

4141
abstract class ProjectScopedGreetingTask : DefaultTask() {
42+
4243
init {
4344
group = "demo"
4445
description = "A project-scoped exec task that depends on a " +

0 commit comments

Comments
 (0)