From 1471b551221102726b4a8dbf2413cb2ff14db890 Mon Sep 17 00:00:00 2001 From: Max Grossman Date: Tue, 18 Dec 2018 12:02:26 -0500 Subject: [PATCH] lint! ref #5614 --- modules/ui/commit.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ui/commit.js b/modules/ui/commit.js index 8d2876bd2..5d818a152 100644 --- a/modules/ui/commit.js +++ b/modules/ui/commit.js @@ -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')