Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
ghettovoice committed Mar 27, 2021
1 parent 1a2077d commit 124db32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/map/map.vue
Expand Up @@ -369,8 +369,8 @@
*/
this._view = new View({
center: [0, 0],
zoom: 2
});
zoom: 2,
})
/**
* @type {Object|undefined}
*/
Expand Down

0 comments on commit 124db32

Please sign in to comment.