Run cargo fmt

This commit is contained in:
jikstra
2019-08-03 15:10:36 +02:00
committed by Floris Bruynooghe
parent ff95c44d51
commit b74a86f617
2 changed files with 4 additions and 2 deletions

View File

@@ -830,7 +830,7 @@ pub unsafe fn dc_extract_grpid_from_rfc724_mid_list(list: *const clist) -> *mut
} else {
"".to_string()
};
if let Some(grpid) = dc_extract_grpid_from_rfc724_mid(mid) {
return to_cstring(grpid);
}