There does not seem to be any reason for this. I think it must be a
leftover from a previous use of { A => X, B => Y, ... } syntax.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: Wei Liu <wei.liu2@citrix.com>
$book->{Job}= "$flight.$job";
$book->{Reso}= "$sel->{restype} $sel->{resname}";
$book->{Xinfo}= $hid->{Ident};
- $book->{Start}= $best->{Start},
- $book->{End}= $best->{Start} + $best->{Duration},
+ $book->{Start}= $best->{Start};
+ $book->{End}= $best->{Start} + $best->{Duration};
push @bookings, $book;
}
return { Bookings => \@bookings };