Skip to content

Commit 48544fb

Browse files
committed
Tweak formatting to match surrounding code.
1 parent 54b2504 commit 48544fb

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)