From 611dcbe93c15b0a769e66eb27bee3e5808a3e759 Mon Sep 17 00:00:00 2001 From: sp-tarkov-bot Date: Tue, 19 Aug 2025 16:50:27 +0000 Subject: [PATCH] Format Style Fixes --- Testing/UnitTests/Tests/Helpers/WeatherHelperTests.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Testing/UnitTests/Tests/Helpers/WeatherHelperTests.cs b/Testing/UnitTests/Tests/Helpers/WeatherHelperTests.cs index 10a722ae..f86f10c1 100644 --- a/Testing/UnitTests/Tests/Helpers/WeatherHelperTests.cs +++ b/Testing/UnitTests/Tests/Helpers/WeatherHelperTests.cs @@ -22,7 +22,8 @@ public class WeatherHelperTests long timestamp, int expectedHour, int expectedMinute, - int expectedSecond) + int expectedSecond + ) { var timeOutput = _weatherHelper.GetInRaidTime(timestamp);