Skip to content

Commit

Permalink
Merge da21e4b into 8914dc7
Browse files Browse the repository at this point in the history
  • Loading branch information
tianxiaoliang committed Apr 9, 2020
2 parents 8914dc7 + da21e4b commit 2185354
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/file/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ func (fSource *Source) GetConfigurationByKey(key string) (interface{}, error) {

for ckey, confInfo := range fSource.Configurations {
if confInfo == nil {
confInfo.Value = nil
continue
}

Expand Down Expand Up @@ -472,7 +471,6 @@ func (fSource *Source) compareUpdate(configs map[string]interface{}, filePath st

for key, confInfo := range fSource.Configurations {
if confInfo == nil {
confInfo.Value = nil
continue
}

Expand Down

0 comments on commit 2185354

Please sign in to comment.