Skip to content

Commit

Permalink
Updated code formatting to match rules in .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 2, 2024
1 parent d41b4de commit 38ff74e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ FieldInfo[] fields
Block(
TryCatch(
Block(
typeof(void),
typeof( void ),
source.ReturnValue != null
? [source.ReturnValue]
: [],
Expand All @@ -380,7 +380,7 @@ FieldInfo[] fields
Assign( stateField, Constant( -2 ) ),
Call(
builderField,
nameof(AsyncTaskMethodBuilder<TResult>.SetException),
nameof( AsyncTaskMethodBuilder<TResult>.SetException ),
null,
exceptionParam
)
Expand All @@ -403,7 +403,7 @@ private static List<Expression> CreateBody( FieldInfo[] fields, LoweringResult s

foreach ( var node in source.Nodes )
{
node.StateMachineSource = stateMachineSource;
node.StateMachineSource = stateMachineSource;
}

// Create the body expressions
Expand Down

0 comments on commit 38ff74e

Please sign in to comment.