]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
fix linting
authorEvert Timberg <evert.timberg+github@gmail.com>
Sat, 17 Dec 2016 03:20:18 +0000 (22:20 -0500)
committerEvert Timberg <evert.timberg+github@gmail.com>
Sat, 17 Dec 2016 03:20:18 +0000 (22:20 -0500)
test/scale.logarithmic.tests.js

index f5ee6eae994f0821887f1956185749b819e6f6d1..f7e35b209ba28920adbd70118564b14324c2cce6 100644 (file)
@@ -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'
+                                       }]
                                }
                        }
                });