Compare commits

..

No commits in common. "a37febd7cdeecd7c6732a2042f6f7a411afe9460" and "90ec453b7095b8f3c8c90622ec5edc511ce4d8c7" have entirely different histories.

1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,9 @@ use tera::{Tera, Value};
type TeraFnRet = Box<dyn Fn(&HashMap<String, Value>) -> tera::Result<Value> + Send + Sync>;
fn time_to_discord_time(time_flag: &str) -> TeraFnRet {
fn time_to_discord_time(
time_flag: &str,
) -> TeraFnRet {
let time_flag = time_flag.to_string();
Box::new(