fix format and clippy warnings

This commit is contained in:
nathan
2022-01-23 12:14:00 +08:00
parent dccbd45a00
commit cfb589dda1
209 changed files with 2113 additions and 1296 deletions

View File

@ -37,4 +37,6 @@ pub(crate) fn invalid_password_test_case() -> Vec<String> {
.collect::<Vec<_>>()
}
pub(crate) fn valid_name() -> String { "AppFlowy".to_string() }
pub(crate) fn valid_name() -> String {
"AppFlowy".to_string()
}