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

index f7e35b209ba28920adbd70118564b14324c2cce6..016737c71ee21880c9b1285a14ebb8a04c31e76b 100644 (file)
@@ -138,11 +138,10 @@ describe('Logarithmic Scale tests', function() {
                                        }, {
                                                id: 'yScale2',
                                                type: 'logarithmic'
-                                       },
-                                               {
-                                                       id: 'yScale3',
-                                                       type: 'logarithmic'
-                                               }]
+                                       }, {
+                                               id: 'yScale3',
+                                               type: 'logarithmic'
+                                       }]
                                }
                        }
                });