revert(format): Revert "chore(format): update to latest formatter"
This reverts commit 03627aa84d
.
This commit is contained in:
@ -3,9 +3,9 @@ var path = require('path');
|
||||
|
||||
module.exports = read;
|
||||
function read(file) {
|
||||
var content = fs.readFileSync(
|
||||
path.join('tools/broccoli/html-replace', file + '.html'), {encoding: 'utf-8'});
|
||||
var content = fs.readFileSync(path.join('tools/broccoli/html-replace', file + '.html'),
|
||||
{encoding: 'utf-8'});
|
||||
// TODO(broccoli): we don't really need this, it's here to make the output match the
|
||||
// tools/build/html
|
||||
return content.substring(0, content.lastIndexOf('\n'));
|
||||
return content.substring(0, content.lastIndexOf("\n"));
|
||||
}
|
||||
|
Reference in New Issue
Block a user