Skip to content

Commit 2354ceb

Browse files
author
Nathan Hawes
authored
Merge pull request swiftlang#29192 from nathawes/formatting-fix
[NFC] Formatting fix in TypeMatcher.h
2 parents 1010d1e + e0ccadd commit 2354ceb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/swift/AST/TypeMatcher.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ class TypeMatcher {
114114
bool visitUnresolvedType(CanUnresolvedType firstType, Type secondType,
115115
Type sugaredFirstType) {
116116
// Unresolved types never match.
117-
return mismatch(firstType.getPointer(), secondType, \
118-
sugaredFirstType); \
117+
return mismatch(firstType.getPointer(), secondType, sugaredFirstType);
119118
}
120119

121120
bool visitTupleType(CanTupleType firstTuple, Type secondType,

0 commit comments

Comments
 (0)