use treefmt-nix to format everything
1 file changed, 4 insertions(+), 2 deletions(-)
changed files
M domain/calendar/calendar.go → domain/calendar/calendar.go
@@ -20,8 +20,10 @@ "alin.ovh/homestead/shared/cache" "alin.ovh/homestead/shared/config" ) -const Filename = "calendar.ics" -const Refresh = 30 * time.Minute +const ( + Filename = "calendar.ics" + Refresh = 30 * time.Minute +) type Options struct { URL config.URL