Skip to content

Commit

Permalink
prettier version skew
Browse files Browse the repository at this point in the history
  • Loading branch information
jleedev authored Jan 15, 2025
1 parent 374c53b commit 5d69f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/hillshade_control.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class HillshadeControl {
this._button = document.createElement("button");
this._button.className = "maplibregl-ctrl-terrain";
Promise.resolve(map.loaded() || map.once("load")).then(() =>
this._updateButton(),
this._updateButton()
);
this._button.addEventListener("click", this._onClick);
this._container.append(this._button);
Expand Down

0 comments on commit 5d69f1b

Please sign in to comment.