Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Read/ClosingStructureSectionResultEntityReadExtensions.cs =================================================================== diff -u -r7f759fbabca9c41e75d229269f1b21581b373b5f -r05013c44d1273bac219a442dc7959706c6bac715 --- Application/Ringtoets/src/Application.Ringtoets.Storage/Read/ClosingStructureSectionResultEntityReadExtensions.cs (.../ClosingStructureSectionResultEntityReadExtensions.cs) (revision 7f759fbabca9c41e75d229269f1b21581b373b5f) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Read/ClosingStructureSectionResultEntityReadExtensions.cs (.../ClosingStructureSectionResultEntityReadExtensions.cs) (revision 05013c44d1273bac219a442dc7959706c6bac715) @@ -49,8 +49,8 @@ sectionResult.StorageId = entity.ClosingStructureSectionResultEntityId; sectionResult.AssessmentLayerOne = Convert.ToBoolean(entity.LayerOne); - sectionResult.AssessmentLayerTwoA = (RoundedDouble)entity.LayerTwoA.ToNullAsNaN(); - sectionResult.AssessmentLayerThree = (RoundedDouble)entity.LayerThree.ToNullAsNaN(); + sectionResult.AssessmentLayerTwoA = (RoundedDouble) entity.LayerTwoA.ToNullAsNaN(); + sectionResult.AssessmentLayerThree = (RoundedDouble) entity.LayerThree.ToNullAsNaN(); } } } \ No newline at end of file