Skip to content

Commit a01d17d

Browse files
committed
fmt
1 parent adbe1ed commit a01d17d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/calendar/src/calendar_arithmetic.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,8 @@ impl<C: DateFieldsResolver> ArithmeticDate<C> {
967967
// values, we use a stateful implementation. It caches intermediate
968968
// produced by NonISODateSurpasses and reuses them in subsequent calls,
969969
// to avoid unnecessary recalculations.
970-
let mut surpasses_checker: SurpassesChecker<'_, C> = SurpassesChecker::new(self, other, sign, cal);
970+
let mut surpasses_checker: SurpassesChecker<'_, C> =
971+
SurpassesChecker::new(self, other, sign, cal);
971972

972973
// Preparation for non-specced optimization:
973974
// We don't want to spend time incrementally bumping it up one year

0 commit comments

Comments
 (0)