chore(rs): format

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2023-07-29 19:46:23 +02:00
parent b8e79c09f6
commit ee4703623b
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -1,10 +1,10 @@
#![allow(unused_imports)]
// region use
use self::input::*;
use self::math::*;
use self::output::*;
use self::input::*;
use std::cmp::{min, max};
use std::cmp::{max, min};
use std::collections::HashMap;
// endregion use