This commit is contained in:
Simon Gardling
2022-04-05 13:10:03 -04:00
parent 36f41ac473
commit 245d58fd4f
2 changed files with 5 additions and 5 deletions

View File

@@ -53,9 +53,9 @@ fn generate_hashmap() {
.unwrap();
writeln!(&mut file, ";").unwrap();
write!(
writeln!(
&mut file,
"const MAX_COMPLETION_LEN: usize = {};\n",
"const MAX_COMPLETION_LEN: usize = {};",
max_len
)
.unwrap();