aboutsummaryrefslogtreecommitdiff
path: root/weed/util
diff options
context:
space:
mode:
Diffstat (limited to 'weed/util')
-rw-r--r--weed/util/queue.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/util/queue.go b/weed/util/queue.go
index 31d9d1769..1e6211e0d 100644
--- a/weed/util/queue.go
+++ b/weed/util/queue.go
@@ -58,4 +58,4 @@ func (q *Queue) Dequeue() interface{} {
q.count--
return n.data
-} \ No newline at end of file
+}