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.
2 parents 37033a7 + 95798d1 commit d462d72Copy full SHA for d462d72
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