Skip to content

Commit

Permalink
Fix lint (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
umairidris authored and vdemeester committed Jan 20, 2020
1 parent 0856b60 commit 4c8d33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merge.go
Expand Up @@ -250,7 +250,7 @@ func WithOverwriteWithEmptyValue(config *Config) {
config.overwriteWithEmptyValue = true
}

// WithOverride will make merge override empty dst slice with empty src slice.
// WithOverrideEmptySlice will make merge override empty dst slice with empty src slice.
func WithOverrideEmptySlice(config *Config) {
config.overwriteSliceWithEmptyValue = true
}
Expand Down

0 comments on commit 4c8d33a

Please sign in to comment.