Index: state/api/watcher/interfaces.go |
=== modified file 'state/api/watcher/interfaces.go' |
--- state/api/watcher/interfaces.go 2013-12-05 03:42:25 +0000 |
+++ state/api/watcher/interfaces.go 2014-02-10 21:28:38 +0000 |
@@ -3,9 +3,7 @@ |
package watcher |
-import ( |
- "launchpad.net/juju-core/state/api/params" |
-) |
+import "launchpad.net/juju-core/state/api/params" |
// NotifyWatcher will send events when something changes. |
// It does not send content for those changes. |