Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(584)

Unified Diff: filter/count/mc.go

Issue 1355783002: Refactor keys and queries in datastore service and implementation. (Closed) Base URL: https://github.com/luci/gae.git@master
Patch Set: appease errcheck Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « filter/count/gi.go ('k') | filter/count/rds.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: filter/count/mc.go
diff --git a/filter/count/mc.go b/filter/count/mc.go
index 1000140890092084001d18c9cf2eea496baeaf95..74844781b119c37fb452522b574a75400e3c3909 100644
--- a/filter/count/mc.go
+++ b/filter/count/mc.go
@@ -32,7 +32,7 @@ type mcCounter struct {
var _ mc.RawInterface = (*mcCounter)(nil)
func (m *mcCounter) NewItem(key string) mc.Item {
- m.c.NewItem.up()
+ _ = m.c.NewItem.up()
return m.mc.NewItem(key)
}
« no previous file with comments | « filter/count/gi.go ('k') | filter/count/rds.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698