Commit 7e5ace08 by Rashid Khan

Fix indent

parent 4fe0913e
...@@ -84,7 +84,7 @@ angular.module('kibana.services', []) ...@@ -84,7 +84,7 @@ angular.module('kibana.services', [])
}) })
.service('kbnIndex',function($http) { .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 // pattern that exist in a given range
this.indices = function(from,to,pattern,interval) { this.indices = function(from,to,pattern,interval) {
var possible = []; var possible = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment