Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(211)

Unified Diff: state/presence/presence.go

Issue 6810065: all: gofmt (Closed)
Patch Set: all: gofmt Created 12 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « state/open.go ('k') | state/relation_internal_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: state/presence/presence.go
=== modified file 'state/presence/presence.go'
--- state/presence/presence.go 2012-10-11 17:40:17 +0000
+++ state/presence/presence.go 2012-11-01 14:08:11 +0000
@@ -23,7 +23,7 @@
// The internal implementation of the time slot document is as follows:
//
// {
-// "_id": <time slot>,
+// "_id": <time slot>,
// "alive": { hex(<pinger seq> / 63) : (1 << (<pinger seq> % 63) | <others>) },
// "dead": { hex(<pinger seq> / 63) : (1 << (<pinger seq> % 63) | <others>) },
// }
« no previous file with comments | « state/open.go ('k') | state/relation_internal_test.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b