Przeglądaj źródła

thx to tealeg 4

Dasflugen 5 lat temu
rodzic
commit
a31d635e84
1 zmienionych plików z 1 dodań i 1 usunięć
  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