提交 3dfd2a95 编写于 作者: A Alexander Udalov

Minor, do not output "Not changed" for generated FIR checkers on each build

上级 1216b335
......@@ -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)
}
\ No newline at end of file
GeneratorsFileUtil.writeFileIfContentChanged(this, newText, logNotChanged = false)
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册