Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-datastore
Commits
18ef6442
Unverified
Commit
18ef6442
authored
Mar 22, 2019
by
Michael Avila
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unnecessary for
parent
e192b45b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
mount/mount.go
mount/mount.go
+4
-3
No files found.
mount/mount.go
View file @
18ef6442
...
@@ -140,11 +140,12 @@ func (h *querySet) next() (query.Result, bool) {
...
@@ -140,11 +140,12 @@ func (h *querySet) next() (query.Result, bool) {
head
:=
h
.
heads
[
0
]
head
:=
h
.
heads
[
0
]
next
:=
head
.
next
next
:=
head
.
next
f
or
head
.
advance
()
{
i
f
head
.
advance
()
{
heap
.
Fix
(
h
,
0
)
heap
.
Fix
(
h
,
0
)
return
next
,
true
}
else
{
heap
.
Remove
(
h
,
0
)
}
}
heap
.
Remove
(
h
,
0
)
return
next
,
true
return
next
,
true
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment