Skip to content

Commit 20a23f8

Browse files
committed
Use 'var' instead of explicit type
1 parent ff20aad commit 20a23f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DevProxy/Commands/CertCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ private static void RemoveTrustedCertificateOnMac()
126126
}
127127

128128
var bashScriptPath = Path.Join(ProxyUtils.AppFolder, "remove-cert.sh");
129-
ProcessStartInfo startInfo = new()
129+
var startInfo = new ProcessStartInfo()
130130
{
131131
FileName = "/bin/bash",
132132
Arguments = bashScriptPath,

0 commit comments

Comments
 (0)