Skip to content

Commit 898854d

Browse files
Code formatting
1 parent 0a8c91e commit 898854d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/main/kotlin/net/minecrell/pluginyml/GeneratePluginDescription.kt

+1-2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ abstract class GeneratePluginDescription : DefaultTask() {
5858

5959
@get:Input
6060
abstract val fileName: Property<String>
61+
6162
@get:Input
6263
abstract val packageName: Property<String>
6364

@@ -183,7 +184,6 @@ abstract class GeneratePluginDescription : DefaultTask() {
183184
.build()
184185
.writeTo(outputSourceDirectory.get().asFile)
185186
}
186-
187187
}
188188
}
189189

@@ -193,5 +193,4 @@ abstract class GeneratePluginDescription : DefaultTask() {
193193
return value.associateBy { namer.determineName(it) }
194194
}
195195
}
196-
197196
}

src/main/kotlin/net/minecrell/pluginyml/PlatformPlugin.kt

-2
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,10 @@ abstract class PlatformPlugin<T : PluginDescription>(private val platformName: S
9999
}
100100
}
101101
}
102-
103102
}
104103
}
105104

106105
protected abstract fun setDefaults(project: Project, description: T)
107106
protected abstract fun setLibraries(libraries: ResolvedComponentResult?, description: T)
108107
protected abstract fun validate(description: T)
109-
110108
}

0 commit comments

Comments
 (0)