Skip to content

Commit d794813

Browse files
committed
Update project to enforce C# 11 standards
1 parent 4d59f25 commit d794813

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Streamliner/Fluent/Flow/FluentFlowDefinition.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ public class FluentFlowDefinition
99
private readonly FlowType _flowType;
1010
private uint _iterations = 1;
1111

12-
internal FluentFlowDefinition(FlowType flowType)
13-
{
14-
_flowType = flowType;
15-
}
12+
internal FluentFlowDefinition(FlowType flowType) => _flowType = flowType;
1613

1714
public FluentFlowDefinition WithIterations(uint iterations)
1815
{

0 commit comments

Comments
 (0)