Skip to content

Commit

Permalink
removed unused ex
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-schutte committed Jun 11, 2024
1 parent eeedaf0 commit c9a2514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nox.Cli.Plugins/Nox.Cli.Plugin.Git/GitClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public GitClient(string workingDirectory)
throw new Exception("Git executable not found!");
}
}
catch(Exception ex)
catch
{
throw new Exception("Git executable not found!");
}
Expand Down

0 comments on commit c9a2514

Please sign in to comment.