kill the excess space

This commit is contained in:
DB4SCW
2025-03-03 20:52:57 +00:00
parent c939af1ddc
commit 95f26147f3

View File

@@ -111,7 +111,7 @@ class Reg1testformat {
$newlocator = false; $newlocator = false;
$distance = $locators[$row->COL_GRIDSQUARE]; $distance = $locators[$row->COL_GRIDSQUARE];
} }
} else { } else {
$distance = 0; $distance = 0;
$newlocator = false; $newlocator = false;
} }