File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,7 @@ public sealed class FetchCommand(
1919 IPluginConfigProvider configProvider ,
2020 IPluginLoader pluginLoader ,
2121 IOptions < ProxxiPathsOptions > options
22- )
23- : AsyncCommand < FetchCommandSettings >
22+ ) : AsyncCommand < FetchCommandSettings >
2423{
2524 private readonly ProxxiPathsOptions _pathOptions = options . Value ;
2625
Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ public sealed class PluginsCommand(
1212 IAnsiConsole console ,
1313 IPluginConfigProvider configProvider ,
1414 IOptions < ProxxiPathsOptions > options
15- )
16- : Command < PluginsCommand . PluginsCommandSettings >
15+ ) : Command < PluginsCommand . PluginsCommandSettings >
1716{
1817 public class PluginsCommandSettings : CommandSettings ;
1918
You can’t perform that action at this time.
0 commit comments