Skip to content

Commit

Permalink
remove trailing whitespace on line
Browse files Browse the repository at this point in the history
  • Loading branch information
jgscherber authored May 31, 2020
1 parent 24ceda3 commit bfa1dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/renderer/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ export function rendererMap(context) {

map.trimmedExtent = function(val) {
if (!arguments.length) {
var headerY = 71;
var headerY = 71;
var footerY = 30;
var pad = 10;
return new geoExtent(
Expand Down

0 comments on commit bfa1dbf

Please sign in to comment.