Skip to content

Commit 4407c0d

Browse files
committed
[CSBindings] NFC: Fix a missing return warning in BindingSet::finalize
1 parent 2752414 commit 4407c0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Sema/CSBindings.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -753,9 +753,9 @@ bool BindingSet::finalize(
753753
});
754754
}
755755
}
756-
757-
return true;
758756
}
757+
758+
return true;
759759
}
760760

761761
void BindingSet::addBinding(PotentialBinding binding, bool isTransitive) {

0 commit comments

Comments
 (0)