Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
internal
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzhang committed May 22, 2020
1 parent b1355e4 commit b692a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo-cli/CLI/Logger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace Neo.CLI
{
public class Logger : Plugin, ILogPlugin
internal class Logger : Plugin, ILogPlugin
{
private static readonly ConsoleColorSet DebugColor = new ConsoleColorSet(ConsoleColor.Cyan);
private static readonly ConsoleColorSet InfoColor = new ConsoleColorSet(ConsoleColor.White);
Expand Down

0 comments on commit b692a87

Please sign in to comment.