Skip to content

Commit

Permalink
vertical space
Browse files Browse the repository at this point in the history
  • Loading branch information
bfarmer67 committed Sep 11, 2024
1 parent 550df03 commit 9202a92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Hyperbee.AsyncExpressions/StateMachineBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ private static class FieldName
public const string FinalResult = "__finalResult<>";
public const string MoveNextLambda = "__moveNextLambda<>";
public const string State = "__state<>";

private const string AwaiterTemplate = "__awaiter<{0}>";

public static string Awaiter( int i ) => string.Format( AwaiterTemplate, i );
Expand Down

0 comments on commit 9202a92

Please sign in to comment.