Skip to content

Commit

Permalink
Run go fmt on mount.go
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelavila committed Mar 22, 2019
1 parent f50f59c commit b94a623
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mount/mount.go
Expand Up @@ -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,
}

Expand Down

0 comments on commit b94a623

Please sign in to comment.