Skip to content

Commit

Permalink
default enum
Browse files Browse the repository at this point in the history
  • Loading branch information
yangpanMS committed Dec 5, 2024
1 parent a5c519d commit 8727f86
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public DiskSpdMetricsParser(string rawText, string commandLine)
{
this.commandLine = commandLine;
this.metrics = new List<Metric>();
this.readWriteMode = ReadWriteMode.ReadWrite;
}

private enum ReadWriteMode
Expand Down

0 comments on commit 8727f86

Please sign in to comment.