Parcourir la source

thx to tealeg 4

Dasflugen il y a 5 ans
Parent
commit
a31d635e84
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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