Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz.wojtania committed Jan 9, 2025
1 parent 46d4f5f commit cb7633f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ private static PowerShellResult ExecuteProcess(string scriptPath, PowerShellPara
{
List<dynamic> results = new();
List<string> errors = new();

using Process process = new();
process.StartInfo = new()
{
Expand Down

0 comments on commit cb7633f

Please sign in to comment.