Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Feb 17, 2024
1 parent 5050edc commit 1dddcce
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ private void ContainsAwait()
foreach (var attr in attributes)
{
if (ReferenceEquals(ExpressionAttributes.Get(CurrentStatement), attr))
return;
break;

attr.ContainsAwait = true;
}
}
Expand Down

0 comments on commit 1dddcce

Please sign in to comment.