Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jul 25, 2017
1 parent 4559cf4 commit 408a20b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/query.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2039,8 +2039,8 @@ describe('Query', function() {
'gallery.location': {
$near: {
$geometry: {
type: 'Point',
coordinates: [51.53377166666667, -0.1197471666666667]
type: 'Point',
coordinates: [51.53377166666667, -0.1197471666666667]
},
$maxDistance: 500
}
Expand Down

0 comments on commit 408a20b

Please sign in to comment.