We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d1c59 commit 95798d1Copy full SHA for 95798d1
lib/SIL/IR/SILPrinter.cpp
@@ -726,7 +726,7 @@ class SILPrinter : public SILInstructionVisitor<SILPrinter> {
726
separator = " ";
727
}
728
if (!i.IsReborrow && i.OwnershipKind && *i.OwnershipKind != OwnershipKind::None) {
729
- *this << separator << "@" << i.OwnershipKind.value() << " ";
+ *this << separator << "@" << i.OwnershipKind.value();
730
731
732
if (i.needPrintType) {
0 commit comments