Dasflugen před 5 roky
rodič
revize
a31d635e84
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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