fix(jscs): fixed failing js style check

This commit is contained in:
Torkel Ödegaard
2015-08-25 09:39:42 +02:00
parent 6e8d5cd873
commit af95daadf4
@@ -8,7 +8,7 @@ function (angular, _, kbn) {
var module = angular.module('grafana.controllers');
module.controller('OpenTSDBQueryCtrl', function($scope, $timeout) {
module.controller('OpenTSDBQueryCtrl', function($scope) {
$scope.init = function() {
$scope.target.errors = validateTarget($scope.target);