aboutsummaryrefslogtreecommitdiff
path: root/weed/replication/notifications.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/replication/notifications.go')
-rw-r--r--weed/replication/notifications.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/replication/notifications.go b/weed/replication/notifications.go
index ff40c3aad..6ae95d36b 100644
--- a/weed/replication/notifications.go
+++ b/weed/replication/notifications.go
@@ -1,8 +1,8 @@
package replication
import (
- "github.com/chrislusf/seaweedfs/weed/util"
"github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
+ "github.com/chrislusf/seaweedfs/weed/util"
)
type NotificationInput interface {