Tiny whitespace tweak
This commit is contained in:
parent
69e01d73e1
commit
f917ba20bd
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ from xmet.vtec import VTECEvent, VTECHydroEvent
|
||||||
RE_ID = re.compile(r'^(\d+)$')
|
RE_ID = re.compile(r'^(\d+)$')
|
||||||
|
|
||||||
RE_ISSUANCE = re.compile(r'''
|
RE_ISSUANCE = re.compile(r'''
|
||||||
^ ([A-Z]{4}\d+)
|
^ ([A-Z]{4}\d+)
|
||||||
\s+ (?P<wfo>[A-Z]{4})
|
\s+ (?P<wfo>[A-Z]{4})
|
||||||
\s+ (?P<day>\d{2}) (?P<hour>\d{2}) (?P<minute>\d{2})
|
\s+ (?P<day>\d{2}) (?P<hour>\d{2}) (?P<minute>\d{2})
|
||||||
''', re.X)
|
''', re.X)
|
||||||
|
|
Loading…
Add table
Reference in a new issue