File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,7 +107,8 @@ impl PlainMonthDay {
107107 . with_day ( Some ( self . iso_day ( ) ) )
108108 . with_calendar ( self . calendar . clone ( ) ) ;
109109
110- self . calendar . date_from_partial ( & partial_date, ArithmeticOverflow :: Reject )
110+ self . calendar
111+ . date_from_partial ( & partial_date, ArithmeticOverflow :: Reject )
111112 }
112113
113114 pub fn to_ixdtf_string ( & self , display_calendar : DisplayCalendar ) -> String {
Original file line number Diff line number Diff line change @@ -331,7 +331,8 @@ impl PlainYearMonth {
331331 . with_day ( Some ( ref_day) )
332332 . with_calendar ( self . calendar . clone ( ) ) ;
333333
334- self . calendar . date_from_partial ( & partial_date, ArithmeticOverflow :: Reject )
334+ self . calendar
335+ . date_from_partial ( & partial_date, ArithmeticOverflow :: Reject )
335336 }
336337
337338 /// Returns a RFC9557 IXDTF string for the current `PlainYearMonth`
You can’t perform that action at this time.
0 commit comments