From: Simon Ruderich <simon@ruderich.org>
Date: Sat, 3 Aug 2019 05:06:20 +0000 (+0200)
Subject: nsscash: go fmt
X-Git-Tag: 0.1~22
X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=34ca14b7fa7fb88adab60356d18f94790ffe19a6;p=nsscash%2Fnsscash.git

nsscash: go fmt
---

diff --git a/config.go b/config.go
index 18c6520..01bbff8 100644
--- 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