Skip to content

Commit

Permalink
Format kafka.go with go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
trueneu authored and Pavel Gurkov committed Sep 4, 2017
1 parent 491b55f commit 6bbcfd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/outputs/kafka/kafka.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

const (
TOPIC_SUFFIX_METHOD_EMPTY uint8 = iota
TOPIC_SUFFIX_METHOD_EMPTY uint8 = iota
TOPIC_SUFFIX_METHOD_MEASUREMENT
TOPIC_SUFFIX_METHOD_TAG
TOPIC_SUFFIX_METHOD_TAGS
Expand Down Expand Up @@ -75,10 +75,10 @@ type (
topicSuffixMethodUID uint8
}
TopicSuffix struct {
Method string `toml:"method"`
Key string `toml:"key"`
Method string `toml:"method"`
Key string `toml:"key"`
Keys []string `toml:"keys"`
KeySeparator string `toml:"key_separator"`
KeySeparator string `toml:"key_separator"`
}
)

Expand Down

0 comments on commit 6bbcfd8

Please sign in to comment.