dotnet format --verbosity detailed --severity warn
This commit is contained in:
@ -1,12 +1,11 @@
|
||||
namespace Adaptation.FileHandlers.DownloadRsMFile
|
||||
namespace Adaptation.FileHandlers.DownloadRsMFile;
|
||||
|
||||
internal class NginxFileSystem
|
||||
{
|
||||
internal class NginxFileSystem
|
||||
{
|
||||
|
||||
public string Name { get; set; }
|
||||
public string Type { get; set; }
|
||||
public string MTime { get; set; }
|
||||
public float Size { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Type { get; set; }
|
||||
public string MTime { get; set; }
|
||||
public float Size { get; set; }
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user