diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-12-08 19:44:16 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-12-08 19:44:16 -0800 |
| commit | 10bd3c6b4b49ca94dacbd2e065544f1df259fe3c (patch) | |
| tree | 8ee126a13124485d025b47366fad686c589a6058 /weed/util | |
| parent | 2b8e20f1227648b977fd2a95feba5d6b55e4f5c1 (diff) | |
| download | seaweedfs-10bd3c6b4b49ca94dacbd2e065544f1df259fe3c.tar.xz seaweedfs-10bd3c6b4b49ca94dacbd2e065544f1df259fe3c.zip | |
refactoring
Diffstat (limited to 'weed/util')
| -rw-r--r-- | weed/util/queue.go | 2 |
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 +} |
