Skip to content

Commit 6373dac

Browse files
committed
Tweak formatting to match surrounding code.
(cherry picked from commit 48544fb)
1 parent b6d48fb commit 6373dac

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
@@ -70,8 +70,8 @@ ConstraintSystem::determineBestBindings() {
7070
// either be Exact or Supertypes in order for it to make sense
7171
// to add Supertype bindings based on the relationship between
7272
// our type variables.
73-
if (binding.Kind != AllowedBindingKind::Exact
74-
&& binding.Kind != AllowedBindingKind::Supertypes)
73+
if (binding.Kind != AllowedBindingKind::Exact &&
74+
binding.Kind != AllowedBindingKind::Supertypes)
7575
continue;
7676

7777
auto type = binding.BindingType;

0 commit comments

Comments
 (0)