Code formatting

This commit is contained in:
2026-06-26 20:50:05 -04:00
parent 131a4d163e
commit b93ace85cd
4 changed files with 26 additions and 16 deletions
+3 -1
View File
@@ -27,7 +27,9 @@ impl Event {
},
Err(err) => Err(std::io::Error::other(err)),
},
_ => Err(std::io::Error::other("Error getting token")),
_ => Err(std::io::Error::other(
"Error getting Scheduled Message Event",
)),
},
Err(err) => Err(std::io::Error::other(err.to_string())),
}