Skip to content

Commit

Permalink
Update MainService.Plugins.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhitong authored Jan 14, 2021
1 parent 837acdd commit 912e8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo-cli/CLI/MainService.Plugins.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ private void OnPluginsCommand()
foreach (Plugin plugin in Plugin.Plugins)
{
if (plugin is Logger) continue;
Console.WriteLine("\t" + plugin.Name + "\t" + plugin.Description);
Console.WriteLine("\t" + plugin.Name + "\t\t" + plugin.Description);
}
}
else
Expand Down

0 comments on commit 912e8bf

Please sign in to comment.