From 26d6eb7e618eaa286615871465ddfc6d1432a245 Mon Sep 17 00:00:00 2001 From: nehrman Date: Mon, 21 Sep 2020 20:41:08 +0200 Subject: [PATCH] Go Formatter --- config/config.go | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config/config.go b/config/config.go index ffed71b..6c6036a 100644 --- a/config/config.go +++ b/config/config.go @@ -11,15 +11,15 @@ import ( // Configuration is the overall config object type Configuration struct { - Address string `json:"addr"` - Retain int64 `json:"retain"` + Address string `json:"addr"` + Retain int64 `json:"retain"` Frequency string `json:"frequency"` - AWS S3Config `json:"aws_storage"` - Local LocalConfig `json:"local_storage"` - GCP GCPConfig `json:"google_storage"` - Azure AzureConfig `json:"azure_storage"` - RoleID string `json:"role_id"` - SecretID string `json:"secret_id"` + AWS S3Config `json:"aws_storage"` + Local LocalConfig `json:"local_storage"` + GCP GCPConfig `json:"google_storage"` + Azure AzureConfig `json:"azure_storage"` + RoleID string `json:"role_id"` + SecretID string `json:"secret_id"` } // AzureConfig is the configuration for Azure blob snapshots