1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

Keep code base tidy

This commit is contained in:
Frédéric Guillot 2018-01-29 20:46:01 -08:00
parent 24a2f472ec
commit c8138351c9
5 changed files with 16 additions and 18 deletions

View file

@ -67,6 +67,5 @@ func Parse() {
logger.EnableDebug()
}
// start daemon
daemon.Run(cfg, store)
}