mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Tiny one space formatting fix (#130053)
You know, I like to see beautiful code, so really hope we have auto formatter, such that all these (at least such formatting error) can be done automatically!
This commit is contained in:
parent
9373289249
commit
61ebf755d7
@ -67,7 +67,7 @@ abstract final class DateUtils {
|
||||
///
|
||||
/// `date` would be January 15, 2019.
|
||||
/// `futureDate` would be April 1, 2019 since it adds 3 months.
|
||||
static DateTime addMonthsToMonthDate(DateTime monthDate, int monthsToAdd) {
|
||||
static DateTime addMonthsToMonthDate(DateTime monthDate, int monthsToAdd) {
|
||||
return DateTime(monthDate.year, monthDate.month + monthsToAdd);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user