File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
generator/ServiceClientGeneratorLib/Generators/Endpoints Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,14 +105,14 @@ static Partition()
105
105
106
106
#line default
107
107
#line hidden
108
- this . Write ( ",\r \n implicitGlobalRegion = " ) ;
108
+ this . Write ( ",\r \n implicitGlobalRegion = \" " ) ;
109
109
110
110
#line 41 "C:\CodeBase\a ws-sdk-net\generator\ServiceClientGeneratorLib\Generators\Endpoints\PartitionsTemplate.tt"
111
111
this . Write ( this . ToStringHelper . ToStringWithCulture ( partition . outputs . implicitGlobalRegion ) ) ;
112
112
113
113
#line default
114
114
#line hidden
115
- this . Write ( "\r \n };\r \n _partitionsByRegex.Add(@\" " ) ;
115
+ this . Write ( "\" \ r\n };\r \n _partitionsByRegex.Add(@\" " ) ;
116
116
117
117
#line 43 "C:\CodeBase\a ws-sdk-net\generator\ServiceClientGeneratorLib\Generators\Endpoints\PartitionsTemplate.tt"
118
118
this . Write ( this . ToStringHelper . ToStringWithCulture ( partition . regionRegex ) ) ;
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ namespace Amazon.Runtime.Internal.Endpoints.StandardLibrary
38
38
dualStackDnsSuffix = "<#=partition.outputs.dualStackDnsSuffix#>",
39
39
supportsFIPS = <#=partition.outputs.supportsFIPS.ToString().ToLower()#>,
40
40
supportsDualStack = <#=partition.outputs.supportsDualStack.ToString().ToLower()#>,
41
- implicitGlobalRegion = <#=partition.outputs.implicitGlobalRegion#>
41
+ implicitGlobalRegion = " <#=partition.outputs.implicitGlobalRegion#>"
42
42
};
43
43
_partitionsByRegex.Add(@"<#=partition.regionRegex#>", <#=partition.id.ToVariableName()#>);
44
44
<# foreach(var region in partition.regions.Keys) { #>
You can’t perform that action at this time.
0 commit comments