Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed May 11, 2024
1 parent 88cfe1d commit ccba69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ide.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,7 @@ class IDE {
}
}
if (run) share_link.append("R", "");
return `?${share_link}`.replace(/\+/g, '%20');
return `?${share_link}`.replace(/\+/g, "%20");
function encode_coords(lat, lng) {
const coords_cpr = Base64.encodeNum(
Math.round((lat + 90) * 100000) +
Expand Down

0 comments on commit ccba69a

Please sign in to comment.