Skip to content

Commit

Permalink
Remove unused space
Browse files Browse the repository at this point in the history
  • Loading branch information
YukaUU committed Jun 9, 2024
1 parent ebab8f7 commit 6f0b944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/StatesHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class StatesHelper {
}
return states;
}

static getCurrentStatesURL(isImageCoordinate=false) {
let states = StatesHelper.getCurrentStates(isImageCoordinate);
if (!states) return;
Expand Down

0 comments on commit 6f0b944

Please sign in to comment.