Skip to content

Commit

Permalink
day 370: cleanup spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
vaskoz committed Sep 3, 2020
1 parent bb87af4 commit c7896ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion day370/problem.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ func CourierActiveTime(data []DeliveryAction) uint {
var answer, startActiveTime uint

outForDelivery := make(map[uint]DeliveryAction)

d := data[0]

if d.Type != Pickup {
Expand Down

0 comments on commit c7896ee

Please sign in to comment.