Skip to content

Commit

Permalink
lint!
Browse files Browse the repository at this point in the history
ref #5614
  • Loading branch information
maxgrossman committed Dec 18, 2018
1 parent ae9d43b commit 1471b55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/ui/commit.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,17 +104,17 @@ export function uiCommit(context) {

var headerTitle = header.enter()
.append('div')
.attr('class', 'header fillL header-container')
.attr('class', 'header fillL header-container');

headerTitle
.append('div')
.attr('class', 'header-block header-block-outer')
.attr('class', 'header-block header-block-outer');

headerTitle
.append('div')
.attr('class', 'header-block')
.append('h3')
.text(t('commit.title'))
.text(t('commit.title'));

headerTitle
.append('div')
Expand Down

0 comments on commit 1471b55

Please sign in to comment.