mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-30 00:21:27 +00:00
Minor, do not output "Not changed" for generated FIR checkers on each build
This commit is contained in:
@@ -52,5 +52,5 @@ inline fun SmartPrinter.withIndent(block: () -> Unit) {
|
||||
|
||||
inline fun File.writeToFileUsingSmartPrinterIfFileContentChanged(block: SmartPrinter.() -> Unit) {
|
||||
val newText = buildString { SmartPrinter(this).block() }
|
||||
GeneratorsFileUtil.writeFileIfContentChanged(this, newText)
|
||||
}
|
||||
GeneratorsFileUtil.writeFileIfContentChanged(this, newText, logNotChanged = false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user