mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
minor cleanup
This commit is contained in:
@@ -5,8 +5,8 @@ namespace NzbDrone.Common.Processes
|
||||
{
|
||||
public class ProcessOutput
|
||||
{
|
||||
public List<String> Standard { get; set; }
|
||||
public List<String> Error { get; set; }
|
||||
public List<String> Standard { get; private set; }
|
||||
public List<String> Error { get; private set; }
|
||||
|
||||
public ProcessOutput()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user