diff options
Diffstat (limited to 'service/env/config.go')
-rw-r--r-- | service/env/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/env/config.go b/service/env/config.go index ad7eddf5..d0ba686b 100644 --- a/service/env/config.go +++ b/service/env/config.go @@ -13,4 +13,4 @@ type Config struct { // Hydrate must populate Config values using given Config source. Must return error if Config is not valid. func (c *Config) Hydrate(cfg service.Config) error { return cfg.Unmarshal(&c.Values) -}
\ No newline at end of file +} |