helper_constants: fix const REGION_CODE_FOR_NON_GEO_ENTITY

This commit is contained in:
Vlasislav Kashin
2025-07-12 20:35:33 +03:00
parent 10c5ee1159
commit e7daffa6f7

View File

@@ -28,7 +28,7 @@ pub const VALID_PUNCTUATION: &'static str = "-x\
pub const CAPTURE_UP_TO_SECOND_NUMBER_START: &'static str = r"(.*)[\\/] *x"; pub const CAPTURE_UP_TO_SECOND_NUMBER_START: &'static str = r"(.*)[\\/] *x";
pub const REGION_CODE_FOR_NON_GEO_ENTITY: &'static str = "0001"; pub const REGION_CODE_FOR_NON_GEO_ENTITY: &'static str = "001";
pub const PLUS_SIGN: &'static str = "+"; pub const PLUS_SIGN: &'static str = "+";
pub const STAR_SIGN: &'static str = "*"; pub const STAR_SIGN: &'static str = "*";