From: Evert Timberg Date: Sat, 17 Dec 2016 03:24:12 +0000 (-0500) Subject: fix linting again X-Git-Tag: v2.5.0~1^2~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18f77db362d59091a6abd2e89b9097394db358a2;p=thirdparty%2FChart.js.git fix linting again --- diff --git a/test/scale.logarithmic.tests.js b/test/scale.logarithmic.tests.js index f7e35b209..016737c71 100644 --- a/test/scale.logarithmic.tests.js +++ b/test/scale.logarithmic.tests.js @@ -138,11 +138,10 @@ describe('Logarithmic Scale tests', function() { }, { id: 'yScale2', type: 'logarithmic' - }, - { - id: 'yScale3', - type: 'logarithmic' - }] + }, { + id: 'yScale3', + type: 'logarithmic' + }] } } });