Skip to content

Commit

Permalink
remove additional linebreak to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophWalter committed Mar 24, 2020
1 parent bb82d64 commit e78c820
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/formatter/html_div_formatter.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ const template = hbs`
<div class="{{lineClasses line}}">
{{~#each items as |item|~}}
{{~#if (isChordLyricsPair item)~}}
<div class="column">
<div class="chord">{{chords}}</div>
<div class="column"><div class="chord">{{chords}}</div>
{{~#if (hasTextContents line)~}}
<div class="lyrics">{{lyrics}}</div>
{{~/if~}}
Expand Down

0 comments on commit e78c820

Please sign in to comment.