Skip to content

Commit d4d36bc

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
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': {

0 commit comments

Comments
 (0)