diff options
author | Reto Brunner <reto@labrat.space> | 2020-07-17 17:50:24 +0200 |
---|---|---|
committer | Reto Brunner <reto@labrat.space> | 2020-07-17 17:50:24 +0200 |
commit | 8446d486645858b051f829a47716fd329f9743bf (patch) | |
tree | d6f441d7481f098409ae07dfdcae44767c4682c5 /config | |
parent | cc44027545a22fe264c3a928f1645a1479f3ad9f (diff) | |
download | aerc-8446d486645858b051f829a47716fd329f9743bf.tar.gz |
run go fmt
Diffstat (limited to 'config')
-rw-r--r-- | config/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.go b/config/config.go index ce59944..00a52ce 100644 --- a/config/config.go +++ b/config/config.go @@ -76,7 +76,7 @@ type AccountConfig struct { Source string SourceCredCmd string Folders []string - FoldersExclude []string + FoldersExclude []string Params map[string]string Outgoing string OutgoingCredCmd string |