1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00
This commit is contained in:
Matthew Kenigsberg 2022-08-08 18:29:06 -04:00 committed by Kevin Amado
parent f3b89696b6
commit ccb31f3523

View file

@ -206,7 +206,7 @@ pub fn main() -> std::io::Result<()> {
if !args.quiet {
eprintln!();
eprintln!("Congratulations! Your code complies the Alejandra style.");
eprintln!("Congratulations! Your code complies with the Alejandra style.");
eprintln!();
eprint!("{}", random_ad());
}