add rust formatting rules

This commit is contained in:
Chance 2024-12-05 11:00:08 -05:00 committed by BitSyndicate
parent 6f264d9278
commit bab618708f
7 changed files with 32 additions and 15 deletions

View file

@ -1,6 +1,7 @@
use super::COMMAND_LIST;
use std::process::Command;
use super::COMMAND_LIST;
pub(crate) fn say_hello() {
println!("Hello, World!");
}