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

Commit

Permalink
bad go mock gen
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Skelcy committed Apr 26, 2018
1 parent 0b26c7d commit 3a32c5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion service/r2/store/kv/store.go
Expand Up @@ -99,7 +99,7 @@ func (s *store) UpdateRuleSet(
return nil, handleUpstreamError(err)
}
// If ruleset version fetched from KV matches the change set version,
//the check and set operation will succeed if the underlying
// the check and set operation will succeed if the underlying
// KV version remains the same before the change is committed and fail otherwise.
// If the fetched version doesn't match, we will fail fast.
if version != rs.Version() {
Expand Down
1 change: 0 additions & 1 deletion service/r2/store/store_mock.go
Expand Up @@ -24,7 +24,6 @@
package store

import (
"github.com/m3db/m3ctl/service/r2/store"
"github.com/m3db/m3metrics/rules/models"
"github.com/m3db/m3metrics/rules/models/changes"

Expand Down

0 comments on commit 3a32c5d

Please sign in to comment.