From: Simon Ruderich Date: Sat, 8 Jun 2019 10:41:01 +0000 (+0200) Subject: nsscash: remove a few empty lines X-Git-Tag: 0.1~94 X-Git-Url: https://ruderich.org/simon/gitweb/?p=nsscash%2Fnsscash.git;a=commitdiff_plain;h=9231f7dbf189a0d0c19c63556a3d0fedc54d83b0 nsscash: remove a few empty lines --- diff --git a/main.go b/main.go index e411da4..0545117 100644 --- 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 }