Skip to content

Commit b241de7

Browse files
committed
Fix lint error harder
1 parent 596c61b commit b241de7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

polyfill/lib/ecmascript.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3223,8 +3223,7 @@ function NudgeToCalendarUnit(
32233223
// Create a separate duration that incorporates roundingIncrement
32243224
let r1, r2, startDuration, endDuration;
32253225
var didExpandCalendarUnit = false;
3226-
const compare = (d1, d2) => CompareDurations(d1, d2, undefined, undefined, calendar,
3227-
isoDateTime.isoDate, unit, unit);
3226+
const compare = (d1, d2) => CompareDurations(d1, d2, undefined, undefined, calendar, isoDateTime.isoDate, unit, unit);
32283227
var cmpResult = 0;
32293228
switch (unit) {
32303229
case 'year': {

polyfill/test262

Submodule test262 updated 54 files

0 commit comments

Comments
 (0)