autoformat more files
This commit is contained in:
parent
06b556c34c
commit
f35f362272
47 changed files with 4458 additions and 4459 deletions
12
spec/fixtures/module/print_name.js
vendored
12
spec/fixtures/module/print_name.js
vendored
|
@ -1,7 +1,7 @@
|
|||
exports.print = function(obj) {
|
||||
return obj.constructor.name;
|
||||
};
|
||||
exports.print = function (obj) {
|
||||
return obj.constructor.name
|
||||
}
|
||||
|
||||
exports.echo = function(obj) {
|
||||
return obj;
|
||||
};
|
||||
exports.echo = function (obj) {
|
||||
return obj
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue