mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Member or type can be made internal.
This commit is contained in:
@@ -40,9 +40,9 @@ using DiscImageChef.PartPlugins;
|
||||
|
||||
namespace DiscImageChef.Commands
|
||||
{
|
||||
public static class Formats
|
||||
static class Formats
|
||||
{
|
||||
public static void ListFormats(FormatsOptions FormatsOptions)
|
||||
internal static void ListFormats(FormatsOptions FormatsOptions)
|
||||
{
|
||||
PluginBase plugins = new PluginBase();
|
||||
plugins.RegisterAllPlugins();
|
||||
|
||||
Reference in New Issue
Block a user