mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 15:06:30 +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 += out_domains;
|
||||
out_all += " ].iter().copied().collect();\n}\n"
|
||||
out_all += " ].iter().copied().collect();\n}"
|
||||
|
||||
print(out_all)
|
||||
|
||||
Reference in New Issue
Block a user