Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lblackstone committed Jun 14, 2021
1 parent 794a034 commit ef58c91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions provider/pkg/gen/dotnet-templates/helm/v3/Chart.cs
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,7 @@ private static ComponentResourceOptions MakeResourceOptions(ComponentResourceOpt
var defaultOptions = new ComponentResourceOptions
{
Version = Utilities.Version,
Aliases =
{
new Pulumi.Alias { Type = "kubernetes:helm.sh/v2:Chart"},
},
Aliases = { new Pulumi.Alias { Type = "kubernetes:helm.sh/v2:Chart"} },
};
var merged = ComponentResourceOptions.Merge(defaultOptions, options);
return merged;
Expand Down
5 changes: 1 addition & 4 deletions sdk/dotnet/Helm/V3/Chart.cs
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,7 @@ private static ComponentResourceOptions MakeResourceOptions(ComponentResourceOpt
var defaultOptions = new ComponentResourceOptions
{
Version = Utilities.Version,
Aliases =
{
new Pulumi.Alias { Type = "kubernetes:helm.sh/v2:Chart"},
},
Aliases = { new Pulumi.Alias { Type = "kubernetes:helm.sh/v2:Chart"} },
};
var merged = ComponentResourceOptions.Merge(defaultOptions, options);
return merged;
Expand Down

0 comments on commit ef58c91

Please sign in to comment.