From 213496ad385ece48db1e58a53311fa0cdc6fd85f Mon Sep 17 00:00:00 2001 From: Yuli Date: Thu, 30 Jan 2020 11:59:37 +0200 Subject: [PATCH] fix format --- src/bunker.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bunker.go b/src/bunker.go index 1400d30..a30071a 100644 --- a/src/bunker.go +++ b/src/bunker.go @@ -52,12 +52,12 @@ var TblName = &listTbls{ // Config is u sed to store application configuration type Config struct { Generic struct { - CreateUserWithoutAccessToken bool `yaml:"create_user_without_access_token"` + CreateUserWithoutAccessToken bool `yaml:"create_user_without_access_token"` AdminEmail string `yaml:"admin_email"` } SelfService struct { - ForgetMe bool `yaml:"forget_me"` - UserRecordChange bool `yaml:"user_record_change"` + ForgetMe bool `yaml:"forget_me"` + UserRecordChange bool `yaml:"user_record_change"` AppRecordChange []string `yaml:"app_record_change"` ConsentChange []string `yaml:"consent_change"` }