chore: lint
This commit is contained in:
@@ -6,8 +6,6 @@
|
||||
use std::env;
|
||||
use std::fs;
|
||||
|
||||
pub mod utils;
|
||||
|
||||
pub const ANSI_ITALIC: &str = "\x1b[3m";
|
||||
pub const ANSI_BOLD: &str = "\x1b[1m";
|
||||
pub const ANSI_RESET: &str = "\x1b[0m";
|
||||
|
Reference in New Issue
Block a user