]> ruderich.org/simon Gitweb - nsscash/nsscash.git/commitdiff
nsscash: go fmt
authorSimon Ruderich <simon@ruderich.org>
Sat, 3 Aug 2019 05:06:20 +0000 (07:06 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 3 Aug 2019 05:06:20 +0000 (07:06 +0200)
config.go

index 18c6520222fd115a9fd091ebc15ce73f9cf5d0d3..01bbff84c0873bb318be2cf7bccfad8bbc980533 100644 (file)
--- a/config.go
+++ b/config.go
@@ -30,10 +30,10 @@ type Config struct {
 }
 
 type File struct {
-       Type FileType
-       Url  string
-       Path string
-       CA   string
+       Type     FileType
+       Url      string
+       Path     string
+       CA       string
        Username string
        Password string