Skip to content

Commit b83506c

Browse files
committed
chore(linter): fix hotfix formatting
1 parent f156019 commit b83506c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/pkg/commons/utils/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func readConfigFile(cfg *types.Config, path string) error {
4545

4646
func readConfigEnv(cfg *types.Config) error {
4747
return envconfig.ProcessWith(context.Background(), &envconfig.Config{
48-
Target: cfg,
48+
Target: cfg,
4949
DefaultOverwrite: true,
5050
})
5151
}

0 commit comments

Comments
 (0)