Skip to content

Commit

Permalink
Fixed linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
LachlanMcKee committed Jan 1, 2021
1 parent c854a37 commit 13c1866
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fun fetchMethodByPrefix(classText: String, methodSignaturePrefix: String): Strin

fun compile(
sourceFiles: List<SourceFile>,
plugin: ComponentRegistrar,
plugin: ComponentRegistrar
): KotlinCompilation.Result {
return KotlinCompilation().apply {
sources = sourceFiles
Expand All @@ -89,7 +89,7 @@ fun compile(

fun compile(
sourceFile: SourceFile,
plugin: ComponentRegistrar,
plugin: ComponentRegistrar
): KotlinCompilation.Result {
return compile(listOf(sourceFile), plugin)
}
Expand Down

0 comments on commit 13c1866

Please sign in to comment.