From 99dd3d3956828dd53021a57d8d1569c100f19370 Mon Sep 17 00:00:00 2001 From: Christopher Charbonneau Wells <10456740+cdubz@users.noreply.github.com> Date: Sat, 25 Mar 2023 14:39:45 -0700 Subject: [PATCH] Format!! --- babybuddy/formats/en/formats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babybuddy/formats/en/formats.py b/babybuddy/formats/en/formats.py index a3556b47..f8901d3b 100644 --- a/babybuddy/formats/en/formats.py +++ b/babybuddy/formats/en/formats.py @@ -2,4 +2,4 @@ # Add custom "short" version of `MONTH_DAY_FORMAT`. This customization will # only work with the locale format locale specified by this file. -SHORT_MONTH_DAY_FORMAT = 'M j' +SHORT_MONTH_DAY_FORMAT = "M j"