fix a miss

pull/657/head
perry14 2019-06-26 11:29:36 +08:00 committed by Alex Medvednikov
parent 60c3303970
commit 7a2d9ef06e
1 changed files with 1 additions and 1 deletions

View File

@ -10,8 +10,8 @@ import rand
struct Time { struct Time {
pub: pub:
year int year int
day int
month int month int
day int
hour int hour int
minute int minute int
second int second int