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
b94a6236
Unverified
Commit
b94a6236
authored
Mar 22, 2019
by
Michael Avila
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run go fmt on mount.go
parent
f50f59c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
mount/mount.go
mount/mount.go
+4
-4
No files found.
mount/mount.go
View file @
b94a6236
...
...
@@ -222,10 +222,10 @@ func (d *Datastore) Delete(key ds.Key) error {
func
(
d
*
Datastore
)
Query
(
master
query
.
Query
)
(
query
.
Results
,
error
)
{
childQuery
:=
query
.
Query
{
Prefix
:
master
.
Prefix
,
Limit
:
master
.
Limit
,
Orders
:
master
.
Orders
,
KeysOnly
:
master
.
KeysOnly
,
Prefix
:
master
.
Prefix
,
Limit
:
master
.
Limit
,
Orders
:
master
.
Orders
,
KeysOnly
:
master
.
KeysOnly
,
ReturnExpirations
:
master
.
ReturnExpirations
,
}
...
...
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