Fix indentation

This commit is contained in:
Marvin Scham 2022-08-20 07:07:44 +02:00
parent 9505773165
commit d2b62e21c5
No known key found for this signature in database
GPG Key ID: 2674E9764DF35025
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ var (
IntervalPast7DaysYesterday = &IntervalKey{"Last 7 Days from Yesterday"}
IntervalPast14Days = &IntervalKey{"Last 14 Days"}
IntervalPast30Days = &IntervalKey{"30_days", "last_30_days", "Last 30 Days"}
IntervalPast6Months = &IntervalKey{"6_months", "last_6_months"}
IntervalPast6Months = &IntervalKey{"6_months", "last_6_months"}
IntervalPast12Months = &IntervalKey{"12_months", "last_12_months", "last_year"}
IntervalAny = &IntervalKey{"any", "all_time"}
)