mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
make 'cargo fmt' happy with generated code: avoid two lineends at end of file
This commit is contained in:
@@ -143,6 +143,6 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
out_all += " pub static ref PROVIDER_DATA: HashMap<&'static str, &'static Provider> = [\n"
|
out_all += " pub static ref PROVIDER_DATA: HashMap<&'static str, &'static Provider> = [\n"
|
||||||
out_all += out_domains;
|
out_all += out_domains;
|
||||||
out_all += " ].iter().copied().collect();\n}\n"
|
out_all += " ].iter().copied().collect();\n}"
|
||||||
|
|
||||||
print(out_all)
|
print(out_all)
|
||||||
|
|||||||
Reference in New Issue
Block a user