]> ruderich.org/simon Gitweb - nsscash/nsscash.git/commitdiff
nsscash: remove a few empty lines
authorSimon Ruderich <simon@ruderich.org>
Sat, 8 Jun 2019 10:41:01 +0000 (12:41 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 8 Jun 2019 10:41:42 +0000 (12:41 +0200)
main.go

diff --git a/main.go b/main.go
index e411da4bf9410fc177b4e21350c9e3f1ecacede8..05451172164f3783ca6a2469c1b6952b2997e20b 100644 (file)
--- a/main.go
+++ b/main.go
@@ -54,17 +54,14 @@ func main() {
                if err != nil {
                        log.Fatal(err)
                }
-
                err = handleFiles(cfg, state)
                if err != nil {
                        log.Fatal(err)
                }
-
                err = WriteStateIfChanged(cfg.StatePath, state)
                if err != nil {
                        log.Fatal(err)
                }
-
                return
        }