mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 17:18:44 +05:00
Removed unnecessary blank spaces
This commit is contained in:
committed by
Dan Christian Bogos
parent
381d9d2785
commit
b6b486c581
@@ -298,11 +298,11 @@ func (cfg *CGRConfig) loadCfgFromDB(ctx *context.Context, db ConfigDB, sections
|
||||
if ignoreConfigDB {
|
||||
continue
|
||||
}
|
||||
return fmt.Errorf("Invalid section: <%s> ", section)
|
||||
return fmt.Errorf("Invalid section: <%s>", section)
|
||||
}
|
||||
sec, has := cfg.sections.Get(section)
|
||||
if !has {
|
||||
return fmt.Errorf("Invalid section: <%s> ", section)
|
||||
return fmt.Errorf("Invalid section: <%s>", section)
|
||||
}
|
||||
cfg.lks[section].Lock()
|
||||
err = sec.Load(ctx, db, cfg)
|
||||
|
||||
Reference in New Issue
Block a user