Fixed intendation issue

This commit is contained in:
Torkel Ödegaard 2015-03-25 16:35:14 +01:00
parent aa60edd9fe
commit d9e56b678a

View File

@ -7,16 +7,15 @@ function (angular, $) {
var module = angular.module('grafana.routes');
module.controller('SoloPanelCtrl',
function(
$scope,
backendSrv,
$routeParams,
dashboardSrv,
timeSrv,
$location,
templateValuesSrv,
contextSrv) {
module.controller('SoloPanelCtrl', function(
$scope,
backendSrv,
$routeParams,
dashboardSrv,
timeSrv,
$location,
templateValuesSrv,
contextSrv) {
var panelId;