Browse Source

fixed jscs errors

Torkel Ödegaard 11 years ago
parent
commit
b5fb8b6d82
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/app/services/datasourceSrv.js

+ 3 - 3
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) {