Stray empty line ...

This commit is contained in:
phl0
2025-11-10 00:14:31 +01:00
parent 15a5640e79
commit 4f642df95e

View File

@@ -219,7 +219,6 @@ class Qra {
else if (preg_match('/^[A-Ra-r]{2}[0-9]{2}[A-Za-z]{2}[0-9]{2}$/', $grid)) return true;
// Allow 10-digit locator
else if (preg_match('/^[A-Ra-r]{2}[0-9]{2}[A-Za-z]{2}[0-9]{2}[A-Za-z]{2}$/', $grid)) return true;
return false;
}
}