fix up some strings that looked funky after rustfmt

This commit is contained in:
R. Andrew Ohana
2018-06-15 23:39:51 -07:00
parent 9127a0419f
commit 7626b55d00
5 changed files with 193 additions and 180 deletions

@@ -212,7 +212,7 @@ impl Bindgen {
const wasmModule = new WebAssembly.Module(bytes);
const wasmInstance = new WebAssembly.Instance(wasmModule, imports);
module.exports = wasmInstance.exports;
",
",
path.file_name().unwrap().to_str().unwrap()
));