#11607 fixed formatting

This commit is contained in:
Anton Sergeyev
2018-06-14 12:46:29 +05:00
parent 516839d7b2
commit 2024cf4b56
3 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -641,7 +641,7 @@ func (cfg *Cfg) Load(args *CommandLineArgs) error {
cfg.ImagesDir = filepath.Join(DataPath, "png")
cfg.PhantomDir = filepath.Join(HomePath, "tools/phantomjs")
cfg.TempDataLifetime = iniFile.Section("paths").Key("temp_data_lifetime").MustDuration(
time.Duration(time.Second*3600*24),
time.Duration(time.Second * 3600 * 24),
)
analytics := iniFile.Section("analytics")