From b5fb8b6d82e72325d04310d8d7b9c8ee0c775ae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sun, 13 Jul 2014 15:15:10 +0200 Subject: [PATCH] fixed jscs errors --- src/app/services/datasourceSrv.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/services/datasourceSrv.js b/src/app/services/datasourceSrv.js index 374b26e886f..f63a3923df1 100644 --- a/src/app/services/datasourceSrv.js +++ b/src/app/services/datasourceSrv.js @@ -52,11 +52,11 @@ function (angular, _, config) { results.push({ name: key, editorSrc: value.annotationEditorSrc - }); - } + }); + } }); return results; - }; + }; this.listOptions = function() { return _.map(config.datasources, function(value, key) {