Skip to content

Commit dfc3e7f

Browse files
committed
80 columns, NFC
1 parent f9d2276 commit dfc3e7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/SILGen/SILGenPattern.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,8 @@ void PatternMatchEmission::bindNamedPattern(NamedPattern *pattern,
11711171
bool forIrrefutableRow,
11721172
bool hasMultipleItems) {
11731173
bindVariable(pattern, pattern->getDecl(), value,
1174-
pattern->getType()->getCanonicalType(), forIrrefutableRow, hasMultipleItems);
1174+
pattern->getType()->getCanonicalType(), forIrrefutableRow,
1175+
hasMultipleItems);
11751176
}
11761177

11771178
/// Should we take control of the mang

0 commit comments

Comments
 (0)