qol: inline variable declaration
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user