Skip to content

Commit

Permalink
Fixing felix.go goimport
Browse files Browse the repository at this point in the history
  • Loading branch information
nwoodmsft committed Dec 6, 2017
1 parent 0bf0190 commit 149c7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion felix.go
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ func (fc *DataplaneConnector) sendMessagesToDataplaneDriver() {
for kOld, vOld := range config {
logCxt := log.WithFields(log.Fields{"key": kOld, "old": vOld, "updateType": "delete"})
if _, prs := msg.Config[kOld]; prs {
// Key was present in the message so we've handled above.
// Key was present in the message so we've handled above.
continue
}
if handledConfigChanges.Contains(kOld) {
Expand Down

0 comments on commit 149c7f7

Please sign in to comment.