autoformat more files
This commit is contained in:
parent
06b556c34c
commit
f35f362272
47 changed files with 4458 additions and 4459 deletions
8
spec/fixtures/module/asar.js
vendored
8
spec/fixtures/module/asar.js
vendored
|
@ -1,4 +1,4 @@
|
|||
var fs = require('fs');
|
||||
process.on('message', function(file) {
|
||||
process.send(fs.readFileSync(file).toString());
|
||||
});
|
||||
var fs = require('fs')
|
||||
process.on('message', function (file) {
|
||||
process.send(fs.readFileSync(file).toString())
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue