mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
80 columns, NFC
This commit is contained in:
@@ -1171,7 +1171,8 @@ void PatternMatchEmission::bindNamedPattern(NamedPattern *pattern,
|
||||
bool forIrrefutableRow,
|
||||
bool hasMultipleItems) {
|
||||
bindVariable(pattern, pattern->getDecl(), value,
|
||||
pattern->getType()->getCanonicalType(), forIrrefutableRow, hasMultipleItems);
|
||||
pattern->getType()->getCanonicalType(), forIrrefutableRow,
|
||||
hasMultipleItems);
|
||||
}
|
||||
|
||||
/// Should we take control of the mang
|
||||
|
||||
Reference in New Issue
Block a user