qol: inline variable declaration

This commit is contained in:
Gary Sharp
2025-07-20 15:12:33 +10:00
parent 5792771ea1
commit 1add4ee0f5
89 changed files with 1229 additions and 1512 deletions
+1 -3
View File
@@ -705,9 +705,7 @@ namespace Disco.Services
#region Force Close
public static bool CanCloseForced(this Job j)
{
List<string> reasons;
return CanCloseForced(j, out reasons);
return CanCloseForced(j, out _);
}
public static bool CanCloseForced(this Job j, out List<string> Reasons)
{