mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Clean up based on .NET Core 3.1 reccomendations
This commit is contained in:
@@ -1727,9 +1727,9 @@ namespace SabreTools.Core.Tools
|
||||
{
|
||||
return supported switch
|
||||
{
|
||||
Supported.No => "no",
|
||||
Supported.No => verbose ? "unsupported" : "no",
|
||||
Supported.Partial => "partial",
|
||||
Supported.Yes => "yes",
|
||||
Supported.Yes => verbose ? "supported" : "yes",
|
||||
_ => null,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user