minor refactoring

This commit is contained in:
Lennart K
2025-07-10 10:51:59 +02:00
parent eae8e7d768
commit b02f7c427a
5 changed files with 4 additions and 13 deletions

View File

@@ -13,7 +13,7 @@ pub enum PrincipalType {
Resource,
Room,
Unknown,
// TODO: X-Name, IANA-token
// X-Name, IANA-token
}
impl TryFrom<&str> for PrincipalType {