Skip to content

Commit

Permalink
spacing + paren
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanchewy committed Jun 17, 2020
1 parent 7bf4df7 commit c4848ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/Runner.Worker/ActionManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,6 @@ public sealed class CompositeActionExecutionData : ActionExecutionData
public override ActionExecutionType ExecutionType => ActionExecutionType.Composite;
public override bool HasPre => false;
public override bool HasPost => false;

public List<Pipelines.ActionStep> Steps { get; set; }
}

Expand Down
3 changes: 1 addition & 2 deletions src/Runner.Worker/ActionManifestManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,7 @@ private TemplateContext CreateContext(
private ActionExecutionData ConvertRuns(
IExecutionContext executionContext,
TemplateContext context,
TemplateToken inputsToken
)
TemplateToken inputsToken)
{
var runsMapping = inputsToken.AssertMapping("runs");
var usingToken = default(StringToken);
Expand Down

0 comments on commit c4848ee

Please sign in to comment.