Skip to content

Commit 15adf98

Browse files
committed
whitespaces
1 parent c055615 commit 15adf98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wfes-base.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
window.dispatchEvent(new Event("WFESReviewDecisionSent"));
4848
break;
4949
case PREFIX + 'skip':
50-
json = JSON.parse(daten);
50+
json = JSON.parse(daten);
5151
candidate = window.wfes.review.sessionHist[json.id];
5252
window.wfes.review.decision.candidate = candidate;
5353
json.skipped = true;

0 commit comments

Comments
 (0)