use standard js style

This commit is contained in:
Max Ogden 2015-03-04 13:08:16 -08:00
parent 2a048369fe
commit 1809db5669
3 changed files with 15 additions and 11 deletions

View file

@ -1,4 +1,4 @@
var fs = require('fs')
var path = require('path')
module.exports = fs.readFileSync(path.join(__dirname, 'path.txt'), 'utf-8')
module.exports = fs.readFileSync(path.join(__dirname, 'path.txt'), 'utf-8')