Skip to content

Commit af3d8e2

Browse files
RunDevelopmentdaxpedda
authored andcommitted
Clippy is soo right
1 parent a45b2b8 commit af3d8e2

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)