apply linter
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/tag/test Pipeline was successful
ci/woodpecker/tag/build Pipeline was successful

This commit is contained in:
Simon Vieille 2024-07-31 12:43:40 +02:00
commit c3d8b02d8c
Signed by: deblan
GPG key ID: 579388D585F70417
3 changed files with 0 additions and 3 deletions

View file

@ -16,7 +16,6 @@ func main() {
}
config, err := LoadConfiguration(os.Args[1])
if err != nil {
log.Printf("[ERROR] %s", err.Error())
os.Exit(1)