Skip to content

Commit

Permalink
Review change: remove useless return.
Browse files Browse the repository at this point in the history
  • Loading branch information
D8H committed Sep 18, 2024
1 parent 73787b0 commit 900e010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GDJS/tests/tests/Extensions/testspriteruntimeobject.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}

setHeight(height) {
return this._customHeight = height;
this._customHeight = height;
}

getCenterX() {
Expand Down

0 comments on commit 900e010

Please sign in to comment.