mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Indent.
This commit is contained in:
parent
59c5e2871e
commit
24919eea50
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ abstract class JvmCompilerPlugin @Inject constructor(
|
||||||
throw KobaltException("Couldn't find any compiler for project ${project.name}")
|
throw KobaltException("Couldn't find any compiler for project ${project.name}")
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
log(2, "Source files are up to date, not compiling")
|
log(2, " Source files are up to date, not compiling")
|
||||||
return TaskResult()
|
return TaskResult()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue