Skip to content

Commit

Permalink
line length
Browse files Browse the repository at this point in the history
  • Loading branch information
dickschoeller committed Feb 19, 2018
1 parent 02b0532 commit 7dfd40f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ export class AttributeDialogHelper {
+ i + ' type : "' + attribute.type + '"\n'
+ i + ' string : "' + attribute.string + '"\n'
+ i + ' tail : "' + attribute.tail + '"\n'
+ i + ' attributes : [' + this.dumpAttributes(attribute.attributes, i + ' ') + ']\n'
+ i + ' attributes : ['
+ this.dumpAttributes(attribute.attributes, i + ' ') + ']\n'
+ i + '}'
;
return v;
Expand Down

0 comments on commit 7dfd40f

Please sign in to comment.