Skip to content

Commit 282a68b

Browse files
committed
[MLIR] Add a missing newline to debug output. NFC
1 parent deedc8a commit 282a68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Transforms/Utils/DialectConversion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1605,7 +1605,7 @@ void ConversionPatternRewriterImpl::notifyBlockInserted(
16051605
<< "'(" << parent << ")\n";
16061606
} else {
16071607
logger.startLine()
1608-
<< "** Insert Block into detached Region (nullptr parent op)'";
1608+
<< "** Insert Block into detached Region (nullptr parent op)'\n";
16091609
}
16101610
});
16111611

0 commit comments

Comments
 (0)