make 'cargo fmt' happy with generated code: avoid two lineends at end of file

This commit is contained in:
B. Petersen
2020-01-29 22:44:45 +01:00
parent c883e709c3
commit 18059734ce

View File

@@ -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)