Use target typed new in commands
This commit is contained in:
@@ -3,7 +3,7 @@ namespace FileTime.App.Core.UserCommand;
|
||||
public class CopyNativePathCommand : IIdentifiableUserCommand
|
||||
{
|
||||
public const string CommandName = "copy_path";
|
||||
public static CopyNativePathCommand Instance { get; } = new CopyNativePathCommand();
|
||||
public static CopyNativePathCommand Instance { get; } = new();
|
||||
|
||||
private CopyNativePathCommand()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user