Skip to content

Commit 596c61b

Browse files
committed
Fix lint error
1 parent 2733a75 commit 596c61b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

polyfill/lib/ecmascript.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3223,7 +3223,8 @@ 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, isoDateTime.isoDate, unit, unit);
3226+
const compare = (d1, d2) => CompareDurations(d1, d2, undefined, undefined, calendar,
3227+
isoDateTime.isoDate, unit, unit);
32273228
var cmpResult = 0;
32283229
switch (unit) {
32293230
case 'year': {

0 commit comments

Comments
 (0)