From: Evert Timberg Date: Sat, 17 Dec 2016 03:20:18 +0000 (-0500) Subject: fix linting X-Git-Tag: v2.5.0~1^2~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00d3c5a282a553aeacf79e40cccabd19a8298805;p=thirdparty%2FChart.js.git fix linting --- diff --git a/test/scale.logarithmic.tests.js b/test/scale.logarithmic.tests.js index f5ee6eae9..f7e35b209 100644 --- a/test/scale.logarithmic.tests.js +++ b/test/scale.logarithmic.tests.js @@ -77,15 +77,13 @@ describe('Logarithmic Scale tests', function() { }, { id: 'yScale1', type: 'logarithmic' - }, - { - id: 'yScale2', - type: 'logarithmic' - }, - { - id: 'yScale3', - type: 'logarithmic' - }] + }, { + id: 'yScale2', + type: 'logarithmic' + }, { + id: 'yScale3', + type: 'logarithmic' + }] } } });