This commit is contained in:
nora 2023-01-22 13:53:01 +01:00
parent 045e766bf3
commit 9ce2c89f4d

View file

@ -544,7 +544,7 @@ impl Printer {
self.word(tokens.to_string()); self.word(tokens.to_string());
self.hardbreak(); self.hardbreak();
return; return;
}, }
}; };
match foreign_item { match foreign_item {