mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 00:38:05 -06:00
Minor code dusting
This commit is contained in:
@@ -31,7 +31,7 @@ import org.fusesource.jansi.AnsiPrintStream;
|
||||
|
||||
import edu.wpi.first.hal.HAL;
|
||||
|
||||
public class AnsiLogging {
|
||||
public final class AnsiLogging {
|
||||
public static final Level LEVEL = Level.ALL;
|
||||
private static final AnsiPrintStream ANSI_CONSOLE_STREAM = AnsiConsole.err();
|
||||
|
||||
@@ -136,4 +136,4 @@ public class AnsiLogging {
|
||||
}
|
||||
}, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user