From 7fa53a885deda5c9d5a53d86c620d00af8542a43 Mon Sep 17 00:00:00 2001 From: tacosontitan Date: Fri, 26 Jul 2024 09:42:41 -0500 Subject: [PATCH] Added whitespace between namespace and class. --- src/Weatherstack/Errors/InvalidForecastDays.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Weatherstack/Errors/InvalidForecastDays.cs b/src/Weatherstack/Errors/InvalidForecastDays.cs index 1c8eca7..22bf259 100644 --- a/src/Weatherstack/Errors/InvalidForecastDays.cs +++ b/src/Weatherstack/Errors/InvalidForecastDays.cs @@ -8,6 +8,7 @@ The folder containing this file is not intended to be a part of the */ namespace Weatherstack.Errors; + public static partial class Errors { ///