Skip to content

Commit 858e9bc

Browse files
committed
Fix
1 parent 5f5bea3 commit 858e9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust/model_gen.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ pub fn multipart_field_module() -> Result<Module> {
352352
+ line("}")
353353
+ NewLine
354354
+ line(unit() + "fn mime_type(&self) -> &'static str {")
355-
+ indented(line(r#""""text/plain; charset=utf-8""""#))
355+
+ indented(line(r#""text/plain; charset=utf-8""#))
356356
+ line(unit() + "}"),
357357
)
358358
+ line("}");

0 commit comments

Comments
 (0)