mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-16 14:31:22 +00:00
remove unnecessary blank lines in .d.ts file
This commit is contained in:
@ -743,7 +743,7 @@ impl<'a, 'b> Js2Rust<'a, 'b> {
|
||||
ts.push_str(": ");
|
||||
ts.push_str(&self.ret_ty);
|
||||
}
|
||||
ts.push_str(";\n");
|
||||
ts.push(';');
|
||||
(js, ts, self.js_doc_comments())
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user