mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-28 14:20:47 +00:00
chore: reformat code.
This commit is contained in:
@@ -26,8 +26,8 @@ namespace FireflyIII\Enums;
|
||||
|
||||
enum RecurrenceRepetitionWeekend: int
|
||||
{
|
||||
case WEEKEND_DO_NOTHING = 1;
|
||||
case WEEKEND_DO_NOTHING = 1;
|
||||
case WEEKEND_SKIP_CREATION = 2;
|
||||
case WEEKEND_TO_FRIDAY = 3;
|
||||
case WEEKEND_TO_MONDAY = 4;
|
||||
case WEEKEND_TO_FRIDAY = 3;
|
||||
case WEEKEND_TO_MONDAY = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user