Fix formatting

This commit is contained in:
Dennis Luxen
2022-12-10 20:01:16 +01:00
parent 1215062e4c
commit 612ca82a06
2 changed files with 31 additions and 33 deletions
+2 -2
View File
@@ -30,8 +30,8 @@ class CheapRulerContainer
{
for (int n = 0; n < number_of_rulers; n++)
{
cheap_ruler_cache[n] = mapbox::cheap_ruler::CheapRuler(
step * (n + 0.5) / COORDINATE_PRECISION);
cheap_ruler_cache[n] =
mapbox::cheap_ruler::CheapRuler(step * (n + 0.5) / COORDINATE_PRECISION);
}
};