Skip to content

Commit a9525ee

Browse files
Clippy is soo right
1 parent 0eb56cd commit a9525ee

File tree

1 file changed

+1
-1
lines changed
  • crates/cli-support/src/js

1 file changed

+1
-1
lines changed

crates/cli-support/src/js/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4231,7 +4231,7 @@ impl ExportedClass {
42314231
for line in docs.lines() {
42324232
self.typescript.push_str(" ");
42334233
self.typescript.push_str(line);
4234-
self.typescript.push_str("\n");
4234+
self.typescript.push('\n');
42354235
}
42364236
}
42374237
self.typescript.push_str(" ");

0 commit comments

Comments
 (0)