Index: state/watcher/watcher.go |
=== modified file 'state/watcher/watcher.go' |
--- state/watcher/watcher.go 2012-09-11 23:38:48 +0000 |
+++ state/watcher/watcher.go 2012-09-21 12:08:44 +0000 |
@@ -208,7 +208,7 @@ |
w.flush() |
} |
} |
- return nil |
+ panic("not reached") |
} |
// flush sends all pending events to their respective channels. |