Clean up semicolon lint errors

This commit is contained in:
Kevin Sawicki 2016-01-19 14:53:59 -08:00
parent 70bcb0ac5a
commit b1f679ff6d
7 changed files with 16 additions and 10 deletions

View file

@ -579,4 +579,4 @@
overrideAPISync(fs, 'openSync');
return overrideAPISync(child_process, 'execFileSync');
};
})()
})();