We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11bb1f commit f6cdae1Copy full SHA for f6cdae1
src/tree.js
@@ -1169,7 +1169,7 @@ let tree = (function(){
1169
postfix = 'and\n';
1170
if( 0 < ret.indexOf(postfix) && ret.indexOf(postfix) == ret.length-postfix.length )
1171
ret = ret.substring(0, ret.length-postfix.length).trim();
1172
- if( !ret.endsWith('/n') )
+ if( !ret.endsWith('\n') )
1173
ret += '\n';
1174
ret += '/\n';
1175
return ret.toLowerCase();
0 commit comments