Cargo fmt

This commit is contained in:
Greg Shuflin 2023-07-23 20:01:02 -07:00
parent a1e8fb7aec
commit 4f74c2f8cd
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
mod args;
mod color;
use libc::{c_int, c_void};
use color::Color;
use libc::{c_int, c_void};
const VERSION: &str = "2.0.0";