From 34ca14b7fa7fb88adab60356d18f94790ffe19a6 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 3 Aug 2019 07:06:20 +0200 Subject: [PATCH] nsscash: go fmt --- config.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.43.2