Skip to content

Commit

Permalink
fixed EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
verma-varsha committed Jan 29, 2019
1 parent 12750e0 commit 7e7c14b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/storage/es/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,4 +263,4 @@ func (opt *Options) Get(namespace string) *config.Configuration {
// stripWhiteSpace removes all whitespace characters from a string
func stripWhiteSpace(str string) string {
return strings.Replace(str, " ", "", -1)
}
}
2 changes: 1 addition & 1 deletion plugin/storage/kafka/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ func (opt *Options) InitFromViper(v *viper.Viper) {
// stripWhiteSpace removes all whitespace characters from a string
func stripWhiteSpace(str string) string {
return strings.Replace(str, " ", "", -1)
}
}

0 comments on commit 7e7c14b

Please sign in to comment.