Skip to content

Commit acd49b4

Browse files
committed
nit: replace inadvertently removed space
1 parent 942c6f5 commit acd49b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/test/Services/RestJsonProtocol/Custom/Model/Internal/MarshallTransformations/SparseJsonMapsResponseUnmarshaller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext cont
6666
}
6767
if (context.TestExpression("sparseSetMap", targetDepth))
6868
{
69-
var unmarshaller = new JsonDictionaryUnmarshaller<string, List<string>, StringUnmarshaller, JsonListUnmarshaller<string,StringUnmarshaller>>(StringUnmarshaller.Instance, new JsonListUnmarshaller<string, StringUnmarshaller>(StringUnmarshaller.Instance));
69+
var unmarshaller = new JsonDictionaryUnmarshaller<string, List<string>, StringUnmarshaller, JsonListUnmarshaller<string, StringUnmarshaller>>(StringUnmarshaller.Instance, new JsonListUnmarshaller<string, StringUnmarshaller>(StringUnmarshaller.Instance));
7070
response.SparseSetMap = unmarshaller.Unmarshall(context, ref reader);
7171
continue;
7272
}

0 commit comments

Comments
 (0)