Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/WaveHeightLocationContextRowTest.cs =================================================================== diff -u -r161308cb864a66713f62357c6bcdb6ede03b619f -rcd7fd343b85d2c9272033a59a0f1bc50bc8a8d0d --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/WaveHeightLocationContextRowTest.cs (.../WaveHeightLocationContextRowTest.cs) (revision 161308cb864a66713f62357c6bcdb6ede03b619f) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/WaveHeightLocationContextRowTest.cs (.../WaveHeightLocationContextRowTest.cs) (revision cd7fd343b85d2c9272033a59a0f1bc50bc8a8d0d) @@ -54,7 +54,7 @@ const string locationname = "LocationName"; const double coordinateX = 1.0; const double coordinateY = 2.0; - RoundedDouble waveHeight = (RoundedDouble)3.0; + RoundedDouble waveHeight = (RoundedDouble) 3.0; var hydraulicBoundaryLocation = new HydraulicBoundaryLocation(id, locationname, coordinateX, coordinateY) { WaveHeight = waveHeight @@ -96,6 +96,6 @@ // Assert Assert.IsTrue(row.ToCalculate); - } + } } } \ No newline at end of file