Skip to content

Commit 3e93fed

Browse files
committed
Update indents to use tabs instead of spaces, with a tab size of 4 to match the project's style.
1 parent bab18ad commit 3e93fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = async function(input, params = {}) {
2828
// ElasticSearch JSON method
2929
case 'object':
3030
input.indexes = makeCSV(params.indexes)
31-
input.columns = makeCSV(params.columns)
31+
input.columns = makeCSV(params.columns)
3232
return reqJSON(path, input)
3333

3434
default:

0 commit comments

Comments
 (0)