Browse Source

thx to tealeg 4

Dasflugen 5 năm trước cách đây
mục cha
commit
a31d635e84
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      schedule/xlsx.go

+ 1 - 1
schedule/xlsx.go

@@ -97,7 +97,7 @@ func ImportXLSX(filename string) []*PlanXLSX {
                 TypeRow: typerow,
             })
             }
-        }
+        })
         listOfPlans = append(listOfPlans, plan)
     }
     return listOfPlans