From 7e5ace08b34596c58a8b4ad7f5c55cc2622abc9d Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Wed, 29 May 2013 13:26:31 -0700 Subject: [PATCH] Fix indent --- js/services.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/services.js b/js/services.js index d0716c3dc11..ed12ee8607f 100644 --- a/js/services.js +++ b/js/services.js @@ -84,7 +84,7 @@ angular.module('kibana.services', []) }) .service('kbnIndex',function($http) { - // returns a promise containing an array of all indices matching the index + // returns a promise containing an array of all indices matching the index // pattern that exist in a given range this.indices = function(from,to,pattern,interval) { var possible = [];