Skip to content

Commit 6418fef

Browse files
committed
Cleanup formatting
1 parent 8f4808c commit 6418fef

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/SignToolGUI/Class/SignerBase.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public abstract class SignerBase
1515
public TimestampManager TimestampManager { get; set; }
1616

1717
public delegate void StatusReport(string message);
18+
1819
public event StatusReport OnSignToolOutput;
1920

2021
protected SignerBase(string executable, TimestampManager timestampManager = null)
@@ -205,8 +206,10 @@ protected string GlobalOptionSwitches()
205206
{
206207
case true when Debug:
207208
return "/v /debug";
209+
208210
case true:
209211
return "/v";
212+
210213
default:
211214
return Debug ? "/debug" : string.Empty;
212215
}

0 commit comments

Comments
 (0)