Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
ran go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
venkat1109 committed Apr 17, 2017
1 parent f59cf08 commit 44e6040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/controllerhost/controllerhost_test.go
Expand Up @@ -1363,4 +1363,4 @@ func (s *McpSuite) TestKafkaPhantomExtentChecks() {
s.True(isInputHealthy(context, dlqExt))
s.True(isAnyStoreHealthy(context, dlqExt.GetStoreUUIDs()))
s.True(areExtentStoresHealthy(context, dlqExt))
}
}
2 changes: 1 addition & 1 deletion services/controllerhost/dfdd_test.go
Expand Up @@ -77,7 +77,7 @@ func (s *DfddTestSuite) TestFailureDetection() {
}
for i, h := range storeIDs {
s.rpm.NotifyListeners(common.StoreServiceName, h, common.HostAddedEvent)
if i == len(storeIDs) -1 {
if i == len(storeIDs)-1 {
s.dfdd.ReportHostGoingDown(common.StoreServiceName, h)
} else {
s.rpm.NotifyListeners(common.StoreServiceName, h, common.HostRemovedEvent)
Expand Down

0 comments on commit 44e6040

Please sign in to comment.