We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45b2b8 commit af3d8e2Copy full SHA for af3d8e2
crates/cli-support/src/js/mod.rs
@@ -4231,7 +4231,7 @@ impl ExportedClass {
4231
for line in docs.lines() {
4232
self.typescript.push_str(" ");
4233
self.typescript.push_str(line);
4234
- self.typescript.push_str("\n");
+ self.typescript.push('\n');
4235
}
4236
4237
0 commit comments