Skip to content

Commit 6d5a69c

Browse files
committed
Remove excess namespacing
1 parent 31ca8db commit 6d5a69c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/CSSimplify.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4989,7 +4989,7 @@ ConstraintSystem::simplifyRestrictedConstraint(
49894989

49904990
static bool isAugmentingFix(ConstraintFix *fix) {
49914991
switch (fix->getKind()) {
4992-
case swift::constraints::FixKind::TreatRValueAsLValue:
4992+
case FixKind::TreatRValueAsLValue:
49934993
return false;
49944994
default:
49954995
return true;

0 commit comments

Comments
 (0)