Cargo formatting

This commit is contained in:
kdeng00
2024-05-26 20:35:55 -04:00
parent a3c0565863
commit c0dc1eb78c
10 changed files with 44 additions and 56 deletions
+1 -2
View File
@@ -39,8 +39,7 @@ impl Token {
Some(tok) => {
token += tok;
}
None => {
}
None => {}
}
return token;