File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,8 +70,9 @@ module.exports = {
7070 var addonContext = this ;
7171 var originalHtmlbarsOptions =
7272 htmlbarsCompilerPreprocessor . _addon . htmlbarsOptions ;
73- var logToNodeConsole = this . project . config ( process . env . EMBER_ENV )
74- . logTemplateLintToConsole ;
73+ var logToNodeConsole = this . project . config (
74+ process . env . EMBER_ENV
75+ ) . logTemplateLintToConsole ;
7576
7677 htmlbarsCompilerPreprocessor . _addon . htmlbarsOptions = function ( ) {
7778 var options = originalHtmlbarsOptions . apply ( this , arguments ) ;
@@ -124,9 +125,8 @@ module.exports = {
124125
125126 setupPreprocessorRegistry ( type , registry ) {
126127 if ( type === 'parent' ) {
127- var htmlbarsCompilerPreprocessor = this . _findHtmlbarsPreprocessor (
128- registry
129- ) ;
128+ var htmlbarsCompilerPreprocessor =
129+ this . _findHtmlbarsPreprocessor ( registry ) ;
130130
131131 this . _monkeyPatch_EmberDeprecate ( htmlbarsCompilerPreprocessor ) ;
132132 }
You can’t perform that action at this time.
0 commit comments