Skip to content

Commit

Permalink
Update files with Prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
landryb committed Jun 20, 2024
1 parent 48e91aa commit 092e109
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
var map = scope.$eval(prop);
var target = element[0];

var resizeObserver = new ResizeObserver(function() {
var resizeObserver = new ResizeObserver(function () {
map.updateSize();
resizeObserver.unobserve(target);
});
Expand Down

0 comments on commit 092e109

Please sign in to comment.